Explorar o código

Follow PSR-2 for method modifier ordering

Nils Adermann %!s(int64=12) %!d(string=hai) anos
pai
achega
43be72acb4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Composer/Package/Archiver/PharArchiver.php

+ 1 - 1
src/Composer/Package/Archiver/PharArchiver.php

@@ -22,7 +22,7 @@ use Composer\Package\PackageInterface;
  */
 class PharArchiver implements ArchiverInterface
 {
-    static protected $formats = array(
+    protected static $formats = array(
         'zip' => \Phar::ZIP,
         'tar' => \Phar::TAR,
     );