@@ -19,11 +19,11 @@ |
||
| 19 | 19 | } |
| 20 | 20 | public static function getCycleSentinel(): ?stdClass |
| 21 | 21 | { |
| 22 | - return (object)[]; |
|
| 22 | + return (object) []; |
|
| 23 | 23 | } |
| 24 | 24 | public static function getSecondPassCycleSentinel(): ?stdClass |
| 25 | 25 | { |
| 26 | - return (object)[]; |
|
| 26 | + return (object) []; |
|
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | /** |