@@ -3,7 +3,6 @@ |
||
3 | 3 | |
4 | 4 | namespace ApiClients\Tools\ResourceTestUtilities; |
5 | 5 | |
6 | -use phpDocumentor\Reflection\DocBlock; |
|
7 | 6 | use ReflectionClass; |
8 | 7 | use Throwable; |
9 | 8 | use TypeError; |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace ApiClients\Tools\ResourceTestUtilities; |
5 | 5 | |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | self::assertTrue(true); |
43 | 43 | continue; |
44 | 44 | } catch (Throwable $t) { |
45 | - self::fail('Should have thrown a TypeError instead of a ' . get_class($t)); |
|
45 | + self::fail('Should have thrown a TypeError instead of a '.get_class($t)); |
|
46 | 46 | } |
47 | 47 | } |
48 | 48 | } |