Skip to content

Commit 05ca634

Browse files
authored
Merge pull request #1089 from rebing/dependabot/composer/deps-f27fe52f24
chore(deps-dev): bump the deps group with 2 updates
2 parents 09a83d8 + 1cc37d7 commit 05ca634

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
},
4545
"require-dev": {
4646
"ext-pdo_sqlite": "*",
47-
"friendsofphp/php-cs-fixer": "3.22.0",
47+
"friendsofphp/php-cs-fixer": "3.25.0",
4848
"laravel/legacy-factories": "^1.0",
4949
"mfn/php-cs-fixer-config": "^2",
5050
"mockery/mockery": "^1.2",
51-
"phpstan/phpstan": "1.10.26",
51+
"phpstan/phpstan": "1.10.32",
5252
"nunomaduro/larastan": "2.6.4",
5353
"orchestra/testbench": "^7.0|^8.0",
5454
"phpunit/phpunit": "^9",

src/Support/SelectFields.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ protected static function validateField(FieldDefinition $fieldObject, array $que
322322
}
323323

324324
break;
325+
325326
// If Privacy class given
326327
case \is_string($privacyClass):
327328
/** @var Privacy $instance */

0 commit comments

Comments
 (0)