1
0
mirror of synced 2025-01-18 22:41:43 +03:00

Type-hinting SimpleXMLElement (_getCascadeMappings)

This commit is contained in:
Andrey Knupp Vital 2015-01-08 09:28:15 -02:00
parent b90943c56b
commit 08e8af9372

View File

@ -790,7 +790,7 @@ class XmlDriver extends FileDriver
* *
* @return array The list of cascade options. * @return array The list of cascade options.
*/ */
private function _getCascadeMappings($cascadeElement) private function _getCascadeMappings(SimpleXMLElement $cascadeElement)
{ {
$cascades = array(); $cascades = array();
/* @var $action SimpleXmlElement */ /* @var $action SimpleXmlElement */