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.
1 parent 8aa173c commit 08cc5e7Copy full SHA for 08cc5e7
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