Commit f277572c authored by Ivan Chepurnyi's avatar Ivan Chepurnyi

Merge pull request #191 from Schrank/fix_strict_notice

Fix strict notice
parents cdcbfcd3 e88f57d3
...@@ -81,7 +81,7 @@ class EcomDev_PHPUnit_Constraint_Layout_Block_Property ...@@ -81,7 +81,7 @@ class EcomDev_PHPUnit_Constraint_Layout_Block_Property
* (non-PHPdoc) * (non-PHPdoc)
* @see EcomDev_PHPUnit_ConstraintAbstract::getActualValue() * @see EcomDev_PHPUnit_ConstraintAbstract::getActualValue()
*/ */
protected function getActualValue($other) protected function getActualValue($other = null)
{ {
if ($this->_useActualValue) { if ($this->_useActualValue) {
if ($this->_actualValue instanceof Varien_Object) { if ($this->_actualValue instanceof Varien_Object) {
......
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