@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of the KleijnWeb\PhpApi\Hydrator package. |
4 | 4 | * |
@@ -71,6 +71,6 @@ discard block |
||
71 | 71 | return $processor; |
72 | 72 | } |
73 | 73 | } |
74 | - throw new UnsupportedException("Unsupported schema type " . get_class($schema)); |
|
74 | + throw new UnsupportedException("Unsupported schema type ".get_class($schema)); |
|
75 | 75 | } |
76 | 76 | } |