Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit ee6d285

Browse files
committed
CS fixes per phpcs
1 parent 0a1cbad commit ee6d285

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Tool/CliTool.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ public static function createFactoryMappings(array $config, $className)
9797
{
9898
self::validateClassName($className);
9999

100-
if (
101-
array_key_exists('service_manager', $config)
100+
if (array_key_exists('service_manager', $config)
102101
&& array_key_exists('factories', $config['service_manager'])
103102
&& array_key_exists($className, $config['service_manager']['factories'])
104103
) {

0 commit comments

Comments
 (0)