Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit e2b5b8b

Browse files
committed
add some comments
1 parent 5327df6 commit e2b5b8b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Autoload.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
/*
33
* Autoload
44
*
5-
* Simple and Concise PHP Autoloader
5+
* Autoload - Simple and Concise PHP Autoloader
6+
* PSR-4 and PSR-0 convention with classMap API and include_path support
67
* PSR-4 convention - for details: see http://www.php-fig.org/psr/psr-4/
8+
* PSR-0 convention - for details: see http://www.php-fig.org/psr/psr-0/
79
*
810
* @package Autoload
911
* @version 2.0

0 commit comments

Comments
 (0)