8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aa173c + 08cc5e7 commit 6071898Copy full SHA for 6071898
Magento2/Sniffs/Functions/DiscouragedFunctionSniff.php
@@ -113,7 +113,7 @@ class DiscouragedFunctionSniff extends ForbiddenFunctionsSniff
113
'^readlink$' => null,
114
'^register_shutdown_function$' => null,
115
'^register_tick_function$' => null,
116
- '^rename$' => 'Magento\Framework\Filesystem\DriverInterface::raname()',
+ '^rename$' => 'Magento\Framework\Filesystem\DriverInterface::rename()',
117
'^rmdir$' => 'Magento\Framework\Filesystem\DriverInterface::deleteDirectory()',
118
'^scandir$' => null,
119
'^session_.*$' => null,
0 commit comments