From 2685cf23156d89862680f5cf2d71bc13e06c6aa5 Mon Sep 17 00:00:00 2001 From: zYne Date: Fri, 15 Jun 2007 10:26:45 +0000 Subject: [PATCH] fixes #347 --- lib/Doctrine/Compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();