File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
Classes/Fusion/ExceptionHandler Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ jobs:
183
183
- run : cd /home/circleci/app/Packages/Application && mv ~/neos-ui-workspace Neos.Neos.Ui
184
184
- run : |
185
185
cd /home/circleci/app/Packages/Application/Neos.Neos.Ui
186
- ../../../bin/phpstan analyse
186
+ composer run lint:phpstan
187
187
188
188
workflows :
189
189
version : 2
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class PageExceptionHandler extends AbstractRenderingExceptionHandler
53
53
*
54
54
* @param string $fusionPath path causing the exception
55
55
* @param \Exception $exception exception to handle
56
- * @param integer $referenceCode
56
+ * @param string|null $referenceCode
57
57
* @return string
58
58
* @throws \Neos\Flow\Mvc\Exception\StopActionException
59
59
* @throws \Neos\Flow\Security\Exception
Original file line number Diff line number Diff line change 9
9
"neos/neos" : " ^9.0.0 || 9.0.x-dev" ,
10
10
"neos/neos-ui-compiled" : " self.version"
11
11
},
12
+ "scripts" : {
13
+ "lint:phpstan" : " ../../../bin/phpstan analyse"
14
+ },
12
15
"autoload" : {
13
16
"psr-4" : {
14
17
"Neos\\ Neos\\ Ui\\ " : " Classes"
File renamed without changes.
You can’t perform that action at this time.
0 commit comments