Skip to content

Commit 8421cab

Browse files
committed
Remove the custom stub file which is now part of phpstan/phpstan-nette
phpstan/phpstan-nette#166 was merged and released Revert 5afea80 of #446
1 parent 05ac6f4 commit 8421cab

File tree

4 files changed

+3
-23
lines changed

4 files changed

+3
-23
lines changed

app/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"php-parallel-lint/php-parallel-lint": "^1.3.2",
6060
"phpstan/phpstan": "^2.0",
6161
"phpstan/phpstan-deprecation-rules": "^2.0",
62-
"phpstan/phpstan-nette": "^2.0",
62+
"phpstan/phpstan-nette": "^2.0.2",
6363
"psalm/phar": "^5.26.1",
6464
"roave/security-advisories": "dev-latest",
6565
"shipmonk/composer-dependency-analyser": "^1.3",

app/phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ parameters:
1010
- phpt
1111
level: max
1212
checkMissingOverrideMethodAttribute: true
13-
stubFiles:
14-
- stubs/Nette/Http/FileUpload.phpstub
1513

1614
includes:
1715
- phar://phpstan.phar/conf/bleedingEdge.neon

app/stubs/Nette/Http/FileUpload.phpstub

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

app/vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'spaze/michalspacek.cz',
44
'pretty_version' => 'dev-main',
55
'version' => 'dev-main',
6-
'reference' => '41b377e0f5a84b490a6a58bbbcfafe32cbb2df99',
6+
'reference' => '44bed8d5bfaf0d5a77eaf61b782c8ef4c838a328',
77
'type' => 'project',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -468,7 +468,7 @@
468468
'spaze/michalspacek.cz' => array(
469469
'pretty_version' => 'dev-main',
470470
'version' => 'dev-main',
471-
'reference' => '41b377e0f5a84b490a6a58bbbcfafe32cbb2df99',
471+
'reference' => '44bed8d5bfaf0d5a77eaf61b782c8ef4c838a328',
472472
'type' => 'project',
473473
'install_path' => __DIR__ . '/../../',
474474
'aliases' => array(),

0 commit comments

Comments
 (0)