Follow PSR-2 for method modifier ordering
parent
1af2be9d6d
commit
43be72acb4
|
@ -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,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue