Commit 471e3f8f authored by jwage's avatar jwage

[2.0] Fixed strict standards notice

parent 6fd2eaa4
......@@ -345,7 +345,8 @@ class AnnotationDriver implements Driver
require_once $item->getPathName();
}
$declared = array_diff(get_declared_classes(), $declared);
$classes = array();
foreach ($declared as $className) {
if ( ! $this->isTransient($className)) {
$classes[] = $className;
......
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