Commit cf04a3c4 authored by Adrien BRAULT's avatar Adrien BRAULT

#125 PHPDoc: fix @throws type

parent 33295485
...@@ -1927,7 +1927,7 @@ abstract class AbstractPlatform ...@@ -1927,7 +1927,7 @@ abstract class AbstractPlatform
* returns given referential action in uppercase if valid, otherwise throws * returns given referential action in uppercase if valid, otherwise throws
* an exception * an exception
* *
* @throws Doctrine_Exception_Exception if unknown referential action given * @throws \InvalidArgumentException if unknown referential action given
* @param string $action foreign key referential action * @param string $action foreign key referential action
* @return string * @return string
*/ */
......
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