Passed
Pull Request — master (#87)
by Ruud
09:19
created
src/Patch/SourceLoaders/PatchesSearch.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -231,7 +231,7 @@  discard block
 block discarded – undo
231 231
         $patchTypeFlags = array_fill_keys(
232 232
             explode(
233 233
                 PatchDefinition::TYPE_SEPARATOR,
234
-                (string) $this->extractSingleValue($data, PatchDefinition::TYPE)
234
+                (string)$this->extractSingleValue($data, PatchDefinition::TYPE)
235 235
             ),
236 236
             true
237 237
         );
@@ -267,7 +267,7 @@  discard block
 block discarded – undo
267 267
     private function normalizeDependencies($dependsList)
268 268
     {
269 269
         $dependsNormalized = array_map(
270
-            function ($item) {
270
+            function($item) {
271 271
                 $valueParts = explode(':', $item);
272 272
 
273 273
                 return array(
Please login to merge, or discard this patch.