Skip to content

Commit 23a9149

Browse files
committed
Provide a clarifying comment
1 parent 0cc586e commit 23a9149

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/autoload.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace Violet\StreamingJsonEncoder;
44

5+
// Bundled autoloader provided as an optional alternative to composer autoloader
56
spl_autoload_register(function ($class) {
67
if (strncmp($class, __NAMESPACE__, strlen(__NAMESPACE__)) === 0) {
78
$path = __DIR__ . strtr(substr($class, strlen(__NAMESPACE__)), ['\\' => DIRECTORY_SEPARATOR]) . '.php';

0 commit comments

Comments
 (0)