Completed
Pull Request — master (#7)
by
unknown
16:40
created
Manager/AbstractManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
      */
158 158
     protected function sortPackagesByVersion(array $array = array())
159 159
     {
160
-        usort($array, function ($first, $second) {
160
+        usort($array, function($first, $second) {
161 161
             if ($first instanceof UpdatePackage && $second instanceof UpdatePackage) {
162 162
                 return version::compare($first->getVersion(), $second->getVersion());
163 163
             }
Please login to merge, or discard this patch.