Fix indentation issues in PHP files
- Fixed tabs vs spaces indentation issues in PHP files - Updated phpcs.xml configuration
This commit is contained in:
@@ -47,6 +47,7 @@ class Admin {
|
|||||||
|
|
||||||
*
|
*
|
||||||
* @phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.Found
|
* @phpcs:ignore Generic.CodeAnalysis.UnusedFunctionParameter.Found
|
||||||
|
*
|
||||||
* @param string $hook_suffix The hook suffix of the current admin page.
|
* @param string $hook_suffix The hook suffix of the current admin page.
|
||||||
*/
|
*/
|
||||||
public function enqueue_admin_assets( string $hook_suffix ): void {
|
public function enqueue_admin_assets( string $hook_suffix ): void {
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
<exclude-pattern>*/tests/*</exclude-pattern>
|
<exclude-pattern>*/tests/*</exclude-pattern>
|
||||||
<exclude-pattern>libs/</exclude-pattern>
|
<exclude-pattern>libs/</exclude-pattern>
|
||||||
|
|
||||||
<arg value="-sp" />
|
|
||||||
<arg name="extensions" value="php" />
|
<arg name="extensions" value="php" />
|
||||||
<arg name="basepath" value="." />
|
<arg name="basepath" value="." />
|
||||||
<arg name="parallel" value="8" />
|
<arg name="parallel" value="8" />
|
||||||
|
|||||||
Reference in New Issue
Block a user