mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fixed PSR rules
This commit is contained in:
parent
330f56c0ec
commit
f4e9dd4fb8
22 changed files with 23 additions and 28 deletions
|
@ -16,7 +16,7 @@ use Composer\Package\LinkConstraint\VersionConstraint;
|
|||
|
||||
class VersionConstraintTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
static public function successfulVersionMatches()
|
||||
public static function successfulVersionMatches()
|
||||
{
|
||||
return array(
|
||||
// require provide
|
||||
|
@ -41,7 +41,7 @@ class VersionConstraintTest extends \PHPUnit_Framework_TestCase
|
|||
$this->assertTrue($versionRequire->matches($versionProvide));
|
||||
}
|
||||
|
||||
static public function failingVersionMatches()
|
||||
public static function failingVersionMatches()
|
||||
{
|
||||
return array(
|
||||
// require provide
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue