diff --git a/lib/Doctrine/RawSql.php b/lib/Doctrine/RawSql.php index dc1cafd8a..657c33362 100644 --- a/lib/Doctrine/RawSql.php +++ b/lib/Doctrine/RawSql.php @@ -111,6 +111,7 @@ class Doctrine_RawSql extends Doctrine_Query_Abstract { return $this->parseDqlQuery($query); } + /** * parseDqlQuery * parses an sql query and adds the parts to internal array.