@@ -238,7 +238,7 @@ |
||
238 | 238 | * @param string[] $exclude list of methods to exclude |
239 | 239 | * @return string[] |
240 | 240 | */ |
241 | - public function getClassMethodsToMock(string|object $class, array $exclude = []): array |
|
241 | + public function getClassMethodsToMock(string | object $class, array $exclude = []): array |
|
242 | 242 | { |
243 | 243 | $methods = []; |
244 | 244 |
@@ -64,8 +64,7 @@ |
||
64 | 64 | * @class PlatineTestCase |
65 | 65 | * @package Platine\Dev |
66 | 66 | */ |
67 | -class PlatineTestCase extends TestCase |
|
68 | -{ |
|
67 | +class PlatineTestCase extends TestCase { |
|
69 | 68 | /** |
70 | 69 | * The class create object maps |
71 | 70 | * @var array<class-string, array<string, mixed>> |