chore: style changes

This commit is contained in:
Nuno Maduro
2024-08-02 11:53:24 +01:00
parent 6a8a4f3243
commit 5e41e546a0
57 changed files with 131 additions and 131 deletions

View File

@ -421,7 +421,7 @@ final class Expectation
*/
public function any(): Any
{
return new Any();
return new Any;
}
/**