@@ -81,7 +81,7 @@ discard block |
||
| 81 | 81 | |
| 82 | 82 | console.log ("[Tot Time] [Time ] [Level] [Category] [Message]"); |
| 83 | 83 | |
| 84 | -EOD; |
|
| 84 | +eod; |
|
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | return $string; |
@@ -121,7 +121,7 @@ discard block |
||
| 121 | 121 | } |
| 122 | 122 | </script> |
| 123 | 123 | |
| 124 | -EOD; |
|
| 124 | +eod; |
|
| 125 | 125 | |
| 126 | 126 | return $string; |
| 127 | 127 | } |
@@ -356,7 +356,7 @@ |
||
| 356 | 356 | if (class_exists($className, false) || interface_exists($className, false)) |
| 357 | 357 | return; |
| 358 | 358 | |
| 359 | - if(file_exists($path)) { |
|
| 359 | + if (file_exists($path)) { |
|
| 360 | 360 | include_once($path); |
| 361 | 361 | if (!class_exists($className, false) && !interface_exists($className, false)) { |
| 362 | 362 | class_alias($namespace, $className); |