Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Fabrégat committed Oct 16, 2018
1 parent fb54610 commit 5d7b11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package provides two directory iterators to list PHP classes :
* [`DirectoryClassesIterator`](src/DirectoryClassesIterator.php)
* [`RecursiveDirectoryClassesIterator`](src/RecursiveDirectoryClassesIterator.php)

The iterator loads the `.php` files using [`include_once()`](http://php.net/manual/function.include-once.php) and uses the [`ReflectionClass`](http://php.net/manual/class.reflectionclass.php) API to detect classes found within the loaded files.
The iterator loads the `.php` files using [`include_once()`](http://php.net/manual/function.include-once.php) and then the [`ReflectionClass`](http://php.net/manual/class.reflectionclass.php) API to detect classes found within the loaded files.

## Usage
```php
Expand Down

0 comments on commit 5d7b11f

Please sign in to comment.