@@ -52,7 +52,7 @@ |
||
| 52 | 52 | return null; |
| 53 | 53 | } |
| 54 | 54 | |
| 55 | - if (!isset($data['::class'])) { |
|
| 55 | + if ( ! isset($data['::class'])) { |
|
| 56 | 56 | throw new RuntimeException('The ::class property was missing for a dynamic object type.'); |
| 57 | 57 | } |
| 58 | 58 | $type['name'] = $data['::class']; |