chore: adjusts coding style

This commit is contained in:
Nuno Maduro
2024-01-11 11:26:48 +00:00
parent b143ed7aac
commit 5aa13b8e97
12 changed files with 23 additions and 23 deletions

View File

@ -87,8 +87,8 @@ final class TestSuite
* Returns the current instance of the test suite.
*/
public static function getInstance(
?string $rootPath = null,
?string $testPath = null,
string $rootPath = null,
string $testPath = null,
): TestSuite {
if (is_string($rootPath) && is_string($testPath)) {
self::$instance = new TestSuite($rootPath, $testPath);