Passed
Push — master ( 41ca68...010c64 )
by Jesse
01:36
created
src/Extract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     public function fromOnly(Map $map, object ...$objects): State
64 64
     {
65 65
         return StateRepresentation::with(EntityStates::list(...extractWith(
66
-            function (object $entity) use ($map): RepresentsEntity {
66
+            function(object $entity) use ($map): RepresentsEntity {
67 67
                 return $this->stateOfThe($entity, $map);
68 68
             }, $objects
69 69
         )), $map);
Please login to merge, or discard this patch.