Passed
Push — master ( 010c64...640715 )
by Jesse
05:03
created
src/Extract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     {
78 78
         return StateRepresentation::with(
79 79
             EntityStates::list(...extractWith(
80
-                function (object $entity) use ($map): RepresentsEntity {
80
+                function(object $entity) use ($map): RepresentsEntity {
81 81
                     return $this->stateOfThe($entity, $map);
82 82
                 }, $objects
83 83
             )),
Please login to merge, or discard this patch.