Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 authored and OskarStark committed Apr 28, 2019
1 parent 9273f96 commit b93638c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/Bridge/Symfony/Resources/XliffValidatorTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ abstract class XliffValidatorTestCase extends TestCase
*/
protected $errors = [];

public function setUp(): void
protected function setUp(): void
{
$this->loader = new XliffFileLoader();
}

/**
* @dataProvider getXliffPaths
*/
public function testXliff($path): void
public function testXliff(string $path): void
{
$this->validatePath($path);

Expand Down
2 changes: 1 addition & 1 deletion tests/FlashMessage/FlashManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class FlashManagerTest extends TestCase
/**
* Set up units tests.
*/
public function setUp(): void
protected function setUp(): void
{
$this->session = $this->getSession();
$this->flashManager = $this->getFlashManager([
Expand Down

0 comments on commit b93638c

Please sign in to comment.