Skip to content

Commit

Permalink
DevKit updates for 4.x branch (#777)
Browse files Browse the repository at this point in the history
* DevKit updates

* Fix cs

Co-authored-by: Vincent Langlet <[email protected]>
  • Loading branch information
SonataCI and VincentLanglet authored Aug 20, 2022
1 parent 9dae761 commit 07f6153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'ordered_imports' => ['sort_algorithm' => 'alpha', 'imports_order' => ['class', 'function', 'const']],
'php_unit_strict' => true,
'php_unit_test_case_static_method_calls' => true,
'phpdoc_to_comment' => ['ignored_tags' => ['psalm-suppress']],
'phpdoc_to_comment' => ['ignored_tags' => ['psalm-suppress', 'phpstan-var']],
'single_line_throw' => false,
'static_lambda' => true,
'strict_comparison' => true,
Expand Down
4 changes: 2 additions & 2 deletions src/Builder/DatagridBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ public function getBaseDatagrid(AdminInterface $admin, array $values = []): Data
/**
* Get pager by pagerType.
*
* @throws \RuntimeException If invalid pager type is set
*
* @return PagerInterface<ProxyQueryInterface>
*
* @throws \RuntimeException If invalid pager type is set
*/
private function getPager(string $pagerType): PagerInterface
{
Expand Down

0 comments on commit 07f6153

Please sign in to comment.