Skip to content

Commit 65b4191

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-89899: Proxy/Interceptor generator does not understand PHP 7.1 syntax
1 parent b51e100 commit 65b4191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Framework/Code/_expected/SourceClassWithNamespaceInterceptor.php.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ class Interceptor extends \Magento\Framework\Code\GeneratorTest\SourceClassWithN
6363
{
6464
$pluginInfo = $this->pluginList->getNext($this->subjectType, 'public71');
6565
if (!$pluginInfo) {
66-
parent::public71($arg1, $arg2, $arg3, $arg4);
66+
parent::public71($arg1, $arg2, $arg3, $arg4);
6767
} else {
68-
$this->___callPlugins('public71', func_get_args(), $pluginInfo);
68+
$this->___callPlugins('public71', func_get_args(), $pluginInfo);
6969
}
7070
}
7171

0 commit comments

Comments
 (0)