1
0
Fork 0

Follow PSR-2 for method modifier ordering

pull/1567/head
Nils Adermann 2013-03-28 11:54:29 +01:00
parent 1af2be9d6d
commit 43be72acb4
1 changed files with 1 additions and 1 deletions

View File

@ -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,
);