Test Failed
Pull Request — master (#10)
by Yo
02:38
created
src/Application/Updater/ConfigurationUpdater.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
             $newEntityId = $this->getEntityId($newEntity);
119 119
             $oldEntityMatches = array_filter(
120 120
                 $oldEntityList,
121
-                function(Package $oldEntity) use ($newEntityId, $self) {
121
+                function (Package $oldEntity) use ($newEntityId, $self) {
122 122
                     return $self->getEntityId($oldEntity) == $newEntityId;
123 123
                 }
124 124
             );
Please login to merge, or discard this patch.