@@ -24,7 +24,7 @@ |
||
24 | 24 | public function testWillThrowOnSerialisationAttempt($className) : void |
25 | 25 | { |
26 | 26 | $this->expectException(NonDeserialisableObject::class); |
27 | - if($className === NonDeserialisableImplementingSerializable::class){ |
|
27 | + if ($className === NonDeserialisableImplementingSerializable::class) { |
|
28 | 28 | unserialize(\sprintf('C:55:"DontTestAsset\NonDeserialisableImplementingSerializable":6:{a:0:{}}')); |
29 | 29 | } else { |
30 | 30 | unserialize(\sprintf('O:%d:"%s":0:{}', \strlen($className), $className)); |