Commit 4e3edec8 authored by beberlei's avatar beberlei

[2.0] Fix typo in variable name of AbstractFileDriver::getAllClassNames()

parent cfb42d2e
...@@ -127,7 +127,7 @@ abstract class AbstractFileDriver implements Driver ...@@ -127,7 +127,7 @@ abstract class AbstractFileDriver implements Driver
*/ */
public function getAllClassNames() public function getAllClassNames()
{ {
$clasNames = array(); $classNames = array();
foreach ((array)$this->_paths as $path) { foreach ((array)$this->_paths as $path) {
if (is_dir($path)) { if (is_dir($path)) {
$files = glob($path . '/*'); $files = glob($path . '/*');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment