Commit 183819ab by AlexGx

fix phpDoc method signature

parent c9edea3d
...@@ -45,6 +45,7 @@ class Customer extends ActiveRecord ...@@ -45,6 +45,7 @@ class Customer extends ActiveRecord
/** /**
* sets up the index for this record * sets up the index for this record
* @param Command $command * @param Command $command
* @param boolean $statusIsBoolean
*/ */
public static function setUpMapping($command, $statusIsBoolean = false) public static function setUpMapping($command, $statusIsBoolean = false)
{ {
......
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