Type-hinting SimpleXMLElement
(_getCascadeMappings)
This commit is contained in:
parent
b90943c56b
commit
08e8af9372
@ -790,7 +790,7 @@ class XmlDriver extends FileDriver
|
||||
*
|
||||
* @return array The list of cascade options.
|
||||
*/
|
||||
private function _getCascadeMappings($cascadeElement)
|
||||
private function _getCascadeMappings(SimpleXMLElement $cascadeElement)
|
||||
{
|
||||
$cascades = array();
|
||||
/* @var $action SimpleXmlElement */
|
||||
|
Loading…
x
Reference in New Issue
Block a user