diff --git a/lib/Doctrine/Compiler.php b/lib/Doctrine/Compiler.php index 922d08d2c..28ad03636 100644 --- a/lib/Doctrine/Compiler.php +++ b/lib/Doctrine/Compiler.php @@ -54,7 +54,7 @@ class Doctrine_Compiler } } - $classes = get_declared_classes(); + $classes = array_merge(get_declared_classes(), get_declared_interfaces()); $ret = array();