Passed
Push — master ( 3f95f4...2f7c15 )
by Mickael
06:15 queued 11s
created
src/Package/PackageCollection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
             return $this->indexedBy['name'];
90 90
         }
91 91
         /** @var Package $package */
92
-        foreach($this->getArrayCopy() as $package) {
92
+        foreach ($this->getArrayCopy() as $package) {
93 93
             if (!($package instanceof Package)) {
94 94
                 continue;
95 95
             }
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
             return $this->indexedBy['namespace'];
108 108
         }
109 109
         /** @var Package $package */
110
-        foreach($this->getArrayCopy() as $package) {
110
+        foreach ($this->getArrayCopy() as $package) {
111 111
             if (!($package instanceof Package)) {
112 112
                 continue;
113 113
             }
Please login to merge, or discard this patch.