Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Apr 3, 2024
1 parent 060908c commit bddf765
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Column/Base/HeaderContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ private function getLinkSortValue(
Sort $sort,
string $property,
string $originalProperty
): ?string
{
): ?string {

Check failure on line 112 in src/Column/Base/HeaderContext.php

View workflow job for this annotation

GitHub Actions / psalm / PHP 8.1-ubuntu-latest

MixedInferredReturnType

src/Column/Base/HeaderContext.php:112:8: MixedInferredReturnType: Could not verify return type 'null|string' for Yiisoft\Yii\DataView\Column\Base\HeaderContext::getLinkSortValue (see https://psalm.dev/047)

Check failure on line 112 in src/Column/Base/HeaderContext.php

View workflow job for this annotation

GitHub Actions / psalm / PHP 8.3-ubuntu-latest

MixedInferredReturnType

src/Column/Base/HeaderContext.php:112:8: MixedInferredReturnType: Could not verify return type 'null|string' for Yiisoft\Yii\DataView\Column\Base\HeaderContext::getLinkSortValue (see https://psalm.dev/047)
$originalOrder = $originalSort->getOrder();
$order = $sort->getOrder();

Expand Down

0 comments on commit bddf765

Please sign in to comment.