Fix PHPCS
This commit is contained in:
parent
3c1aa076d7
commit
6de4bd3ec3
|
@ -32,7 +32,7 @@ abstract class AbstractInterfaceServiceProvider extends AbstractServiceProvider
|
|||
if ( empty( $implements ) ) {
|
||||
foreach ( $this->provides as $class ) {
|
||||
$implements_more = class_implements( $class );
|
||||
if( $implements_more ) {
|
||||
if ( $implements_more ) {
|
||||
$implements = array_merge( $implements, $implements_more );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue