Skip to content
Snippets Groups Projects
Commit 44797235 authored by Erick Hitter's avatar Erick Hitter
Browse files

PHPCS

parent 26a0fab0
No related branches found
No related tags found
1 merge request!14Add native block-editor support
Pipeline #4806 passed with stages
in 2 minutes and 24 seconds
...@@ -113,8 +113,8 @@ class external_permalinks_redux { ...@@ -113,8 +113,8 @@ class external_permalinks_redux {
/** /**
* Disallow setting private properties except via filters. * Disallow setting private properties except via filters.
* *
* @param string $name Property name. * @param string $name Property name.
* @param mixed $value Property value. * @param mixed $value Property value.
* @return false * @return false
*/ */
public function __set( $name, $value ) { public function __set( $name, $value ) {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<!-- What to scan --> <!-- What to scan -->
<file>.</file> <file>.</file>
<exclude-pattern>/vendor/</exclude-pattern> <exclude-pattern>/assets/build/</exclude-pattern>
<exclude-pattern>/node_modules/</exclude-pattern> <exclude-pattern>/node_modules/</exclude-pattern>
<exclude-pattern>/tests/*</exclude-pattern> <exclude-pattern>/tests/*</exclude-pattern>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment