Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Merge 3.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Apr 21, 2020
2 parents f724f63 + 288b1dc commit 5162177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ $rules = [
'nullable_type_declaration_for_default_null_value' => ['use_nullable_type_declaration' => true],
'ordered_class_elements' => true,
'ordered_imports' => true,
'php_unit_set_up_tear_down_visibility' => true,
'phpdoc_order' => true,
'@PHP56Migration' => true,
'@PHP56Migration:risky' => true,
Expand Down
2 changes: 1 addition & 1 deletion tests/Datagrid/DatagridTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class DatagridTest extends TestCase
*/
private $formTypes;

public function setUp(): void
protected function setUp(): void
{
$this->query = $this->createMock(ProxyQueryInterface::class);
$this->pager = $this->createMock(PagerInterface::class);
Expand Down

0 comments on commit 5162177

Please sign in to comment.