| @@ -119,9 +119,9 @@ | ||
| 119 | 119 | |
| 120 | 120 | $param['path'] = $param['basedir'] .'/'. $folderName; |
| 121 | 121 | |
| 122 | 122 | if (!is_dir($param['path'])) { |
| 123 | - mkdir($param['path'], 0755); | |
| 123 | + mkdir($param['path'], 0755); // phpcs:ignore WordPress.WP.AlternativeFunctions.file_system_operations_mkdir | |
| 124 | 124 | file_put_contents( |
| 125 | 125 | $param['basedir'].'/'.$folderName.'/.htaccess', |
| 126 | 126 | file_get_contents(__DIR__.'/Stubs/htaccess.stub') |
| 127 | 127 | ); |