Skip to content

Commit 3588942

Browse files
committed
PEAR2 CS fixes
1 parent 2ac0a95 commit 3588942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PEAR2/Net/RouterOS/Autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function autoload($class)
4141
if (is_string($file) && strpos($file, __DIR__) === 0) {
4242
include_once $file;
4343
}
44-
}elseif(strpos($class, 'PEAR2\Net\Transmitter\\') === 0) {
44+
} elseif (strpos($class, 'PEAR2\Net\Transmitter\\') === 0) {
4545
// @codeCoverageIgnoreStart
4646
// Testing code explicitly includes the repository version's autoloader.
4747
$funcs = get_defined_functions();

0 commit comments

Comments
 (0)