Completed
Push — master ( 8850ba...7bafab )
by Tobias
22:02
created
src/DataCollector/CacheDataCollector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,7 @@
 block discarded – undo
218 218
     private function getCasters()
219 219
     {
220 220
         return [
221
-            '*' => function ($v, array $a, Stub $s, $isNested) {
221
+            '*' => function($v, array $a, Stub $s, $isNested) {
222 222
                 if (!$v instanceof Stub) {
223 223
                     foreach ($a as $k => $v) {
224 224
                         if (is_object($v) && !$v instanceof \DateTimeInterface && !$v instanceof Stub) {
Please login to merge, or discard this patch.