@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Magento Version Identification |
|
4 | - * |
|
5 | - * PHP version 5 |
|
6 | - * |
|
7 | - * @author Steve Robbins <[email protected]> |
|
8 | - * @copyright 2015 Steve Robbins |
|
9 | - * @license http://creativecommons.org/licenses/by/4.0/ CC BY 4.0 |
|
10 | - * @link https://github.com/steverobbins/magento-version-identification-php |
|
11 | - */ |
|
3 | + * Magento Version Identification |
|
4 | + * |
|
5 | + * PHP version 5 |
|
6 | + * |
|
7 | + * @author Steve Robbins <[email protected]> |
|
8 | + * @copyright 2015 Steve Robbins |
|
9 | + * @license http://creativecommons.org/licenses/by/4.0/ CC BY 4.0 |
|
10 | + * @link https://github.com/steverobbins/magento-version-identification-php |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | namespace Mvi\Command; |
14 | 14 |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | $counts[$file][$hash][] = $release; |
153 | 153 | } |
154 | 154 | } |
155 | - uasort($counts, function ($a, $b) { |
|
155 | + uasort($counts, function($a, $b) { |
|
156 | 156 | return count($b) - count($a); |
157 | 157 | }); |
158 | 158 | return $counts; |
@@ -235,7 +235,7 @@ discard block |
||
235 | 235 | */ |
236 | 236 | protected function saveUniqueVersions($fingerprints) |
237 | 237 | { |
238 | - uasort($fingerprints, function ($a, $b) { |
|
238 | + uasort($fingerprints, function($a, $b) { |
|
239 | 239 | return count($b) - count($a); |
240 | 240 | }); |
241 | 241 | $json = str_replace('\\/', '/', json_encode($fingerprints, JSON_PRETTY_PRINT)); |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Magento Version Identification |
|
4 | - * |
|
5 | - * PHP version 5 |
|
6 | - * |
|
7 | - * @author Steve Robbins <[email protected]> |
|
8 | - * @copyright 2015 Steve Robbins |
|
9 | - * @license http://creativecommons.org/licenses/by/4.0/ CC BY 4.0 |
|
10 | - * @link https://github.com/steverobbins/magento-version-identification-php |
|
11 | - */ |
|
3 | + * Magento Version Identification |
|
4 | + * |
|
5 | + * PHP version 5 |
|
6 | + * |
|
7 | + * @author Steve Robbins <[email protected]> |
|
8 | + * @copyright 2015 Steve Robbins |
|
9 | + * @license http://creativecommons.org/licenses/by/4.0/ CC BY 4.0 |
|
10 | + * @link https://github.com/steverobbins/magento-version-identification-php |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | namespace Mvi\Command; |
14 | 14 |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Magento Version Identification |
|
4 | - * |
|
5 | - * PHP version 5 |
|
6 | - * |
|
7 | - * @author Steve Robbins <[email protected]> |
|
8 | - * @copyright 2015 Steve Robbins |
|
9 | - * @license http://creativecommons.org/licenses/by/4.0/ CC BY 4.0 |
|
10 | - * @link https://github.com/steverobbins/magento-version-identification-php |
|
11 | - */ |
|
3 | + * Magento Version Identification |
|
4 | + * |
|
5 | + * PHP version 5 |
|
6 | + * |
|
7 | + * @author Steve Robbins <[email protected]> |
|
8 | + * @copyright 2015 Steve Robbins |
|
9 | + * @license http://creativecommons.org/licenses/by/4.0/ CC BY 4.0 |
|
10 | + * @link https://github.com/steverobbins/magento-version-identification-php |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | namespace Mvi\Command; |
14 | 14 |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Magento Version Identification |
|
4 | - * |
|
5 | - * PHP version 5 |
|
6 | - * |
|
7 | - * @author Steve Robbins <[email protected]> |
|
8 | - * @copyright 2015 Steve Robbins |
|
9 | - * @license http://creativecommons.org/licenses/by/4.0/ CC BY 4.0 |
|
10 | - * @link https://github.com/steverobbins/magento-version-identification-php |
|
11 | - */ |
|
3 | + * Magento Version Identification |
|
4 | + * |
|
5 | + * PHP version 5 |
|
6 | + * |
|
7 | + * @author Steve Robbins <[email protected]> |
|
8 | + * @copyright 2015 Steve Robbins |
|
9 | + * @license http://creativecommons.org/licenses/by/4.0/ CC BY 4.0 |
|
10 | + * @link https://github.com/steverobbins/magento-version-identification-php |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | namespace Mvi\Command; |
14 | 14 |