Skip to content

Commit 1c43a4e

Browse files
committed
fixed CS
1 parent 07e1d25 commit 1c43a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/ClassLoader/ClassLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function addPrefix($prefix, $paths)
9696
$this->prefixes[$prefix],
9797
$paths
9898
));
99-
} else if (!in_array($paths, $this->prefixes[$prefix])) {
99+
} elseif (!in_array($paths, $this->prefixes[$prefix])) {
100100
$this->prefixes[$prefix][] = $paths;
101101
}
102102
} else {

0 commit comments

Comments
 (0)