Skip to content

Commit 9203045

Browse files
Bump symplify/phpstan-rules from 14.4.6 to 14.4.8 (#857)
* Bump symplify/phpstan-rules from 14.4.6 to 14.4.8 Bumps [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) from 14.4.6 to 14.4.8. - [Release notes](https://github.com/symplify/phpstan-rules/releases) - [Commits](symplify/phpstan-rules@14.4.6...14.4.8) --- updated-dependencies: - dependency-name: symplify/phpstan-rules dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * u --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
1 parent ad9a618 commit 9203045

File tree

18 files changed

+20
-192
lines changed

18 files changed

+20
-192
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"staabm/phpstan-baseline-analysis": "0.13.1",
1414
"staabm/phpstan-dba": "0.3.6",
1515
"staabm/phpstan-todo-by": "0.2",
16-
"symplify/phpstan-rules": "14.4.6",
16+
"symplify/phpstan-rules": "14.4.8",
1717
"tomasvotruba/cognitive-complexity": "1.0",
1818
"tomasvotruba/type-coverage": "2.0.2",
1919
"tomasvotruba/unused-public": "2.0.1",

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/composer/installed.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1896,17 +1896,17 @@
18961896
},
18971897
{
18981898
"name": "symplify/phpstan-rules",
1899-
"version": "14.4.6",
1900-
"version_normalized": "14.4.6.0",
1899+
"version": "14.4.8",
1900+
"version_normalized": "14.4.8.0",
19011901
"source": {
19021902
"type": "git",
19031903
"url": "https://github.com/symplify/phpstan-rules.git",
1904-
"reference": "9db51a19fc6d393d2c2b9785a095bc9280b24f38"
1904+
"reference": "ddd008e243a7199fe0b37290adc86d2110dd6ebe"
19051905
},
19061906
"dist": {
19071907
"type": "zip",
1908-
"url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/9db51a19fc6d393d2c2b9785a095bc9280b24f38",
1909-
"reference": "9db51a19fc6d393d2c2b9785a095bc9280b24f38",
1908+
"url": "https://api.github.com/repos/symplify/phpstan-rules/zipball/ddd008e243a7199fe0b37290adc86d2110dd6ebe",
1909+
"reference": "ddd008e243a7199fe0b37290adc86d2110dd6ebe",
19101910
"shasum": ""
19111911
},
19121912
"require": {
@@ -1915,7 +1915,7 @@
19151915
"phpstan/phpstan": "^2.1.8",
19161916
"webmozart/assert": "^1.11"
19171917
},
1918-
"time": "2025-03-20T14:55:37+00:00",
1918+
"time": "2025-03-21T09:11:02+00:00",
19191919
"type": "phpstan-extension",
19201920
"extra": {
19211921
"phpstan": {
@@ -1940,7 +1940,7 @@
19401940
"description": "Set of Symplify rules for PHPStan",
19411941
"support": {
19421942
"issues": "https://github.com/symplify/phpstan-rules/issues",
1943-
"source": "https://github.com/symplify/phpstan-rules/tree/14.4.6"
1943+
"source": "https://github.com/symplify/phpstan-rules/tree/14.4.8"
19441944
},
19451945
"funding": [
19461946
{

vendor/composer/installed.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => '__root__',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => '2e20398a8778a9181fb1999c4564b90f65ab186e',
6+
'reference' => 'bd58223a3627042e18787dc7c1aaf4f52eca23cf',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'__root__' => array(
1414
'pretty_version' => 'dev-main',
1515
'version' => 'dev-main',
16-
'reference' => '2e20398a8778a9181fb1999c4564b90f65ab186e',
16+
'reference' => 'bd58223a3627042e18787dc7c1aaf4f52eca23cf',
1717
'type' => 'library',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),
@@ -275,9 +275,9 @@
275275
'dev_requirement' => false,
276276
),
277277
'symplify/phpstan-rules' => array(
278-
'pretty_version' => '14.4.6',
279-
'version' => '14.4.6.0',
280-
'reference' => '9db51a19fc6d393d2c2b9785a095bc9280b24f38',
278+
'pretty_version' => '14.4.8',
279+
'version' => '14.4.8.0',
280+
'reference' => 'ddd008e243a7199fe0b37290adc86d2110dd6ebe',
281281
'type' => 'phpstan-extension',
282282
'install_path' => __DIR__ . '/../symplify/phpstan-rules',
283283
'aliases' => array(),

vendor/symplify/phpstan-rules/stubs/Doctrine/Bundle/DoctrineBundle/Repository/ServiceEntityRepository.php

Lines changed: 0 additions & 11 deletions
This file was deleted.

vendor/symplify/phpstan-rules/stubs/Doctrine/Bundle/FixturesBundle/Fixture.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

vendor/symplify/phpstan-rules/stubs/Doctrine/Common/DataFixtures/FixtureInterface.php

Lines changed: 0 additions & 12 deletions
This file was deleted.

vendor/symplify/phpstan-rules/stubs/Doctrine/ODM/MongoDB/DocumentManager.php

Lines changed: 0 additions & 14 deletions
This file was deleted.

vendor/symplify/phpstan-rules/stubs/Doctrine/ODM/MongoDB/Repository/DocumentRepository.php

Lines changed: 0 additions & 11 deletions
This file was deleted.

vendor/symplify/phpstan-rules/stubs/Doctrine/ORM/EntityManagerInterface.php

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)