Skip to content

Commit 103bc27

Browse files
author
Mark Berube
committed
MC-20144: Validating Wysiwyg directives
- Adding requested changes from PHPStan static test
1 parent 84b5806 commit 103bc27

File tree

2 files changed

+2
-0
lines changed
  • app/code/Magento/Ui/Controller/Index
  • dev/tests/static/testsuite/Magento/Test/Php/_files/phpstan/blacklist

2 files changed

+2
-0
lines changed

app/code/Magento/Ui/Controller/Index/Render.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function __construct(
8888

8989
/**
9090
* @inheritdoc
91+
* phpstan:ignore "Method Magento\Ui\Controller\Index\Render::execute() should return *"
9192
*/
9293
public function execute()
9394
{

dev/tests/static/testsuite/Magento/Test/Php/_files/phpstan/blacklist/common.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# dev/tests/static/framework/bootstrap.php
66
lib/internal/Magento/Framework/Interception/Test/Unit/Config/ConfigTest.php
77
lib/internal/Magento/Framework/Cache/Backend/Eaccelerator.php
8+
lib/internal/Magento/Framework/Image/Adapter/ImageMagick.php
89
dev/tests/integration/framework/deployTestModules.php
910
dev/tests/integration/testsuite/Magento/Framework/Session/ConfigTest.php
1011
dev/tests/integration/testsuite/Magento/Framework/Session/SessionManagerTest.php

0 commit comments

Comments
 (0)