Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'cs/psr-2' of https://github.com/Maks3w/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Filter/NumberFormatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function testFormattedToNumber($locale, $style, $type, $value, $expected)
$this->assertEquals($expected, $filter->filter($value));
}

static public function numberToFormattedProvider()
public static function numberToFormattedProvider()
{
return array(
array(
Expand All @@ -91,7 +91,7 @@ static public function numberToFormattedProvider()
);
}

static public function formattedToNumberProvider()
public static function formattedToNumberProvider()
{
return array(
array(
Expand Down

0 comments on commit df6a706

Please sign in to comment.