We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac0a95 commit 3588942Copy full SHA for 3588942
src/PEAR2/Net/RouterOS/Autoload.php
@@ -41,7 +41,7 @@ function autoload($class)
41
if (is_string($file) && strpos($file, __DIR__) === 0) {
42
include_once $file;
43
}
44
- }elseif(strpos($class, 'PEAR2\Net\Transmitter\\') === 0) {
+ } elseif (strpos($class, 'PEAR2\Net\Transmitter\\') === 0) {
45
// @codeCoverageIgnoreStart
46
// Testing code explicitly includes the repository version's autoloader.
47
$funcs = get_defined_functions();
0 commit comments