1
0
Fork 0

PHPDoc fix

pull/1999/head
Pavel Savinov 2013-06-13 11:09:19 +11:00
parent 831bd844bd
commit b72c4cfe97
1 changed files with 3 additions and 3 deletions

View File

@ -127,9 +127,9 @@ class RuleWatchGraph
* *
* The rule node's watched literals are updated accordingly. * The rule node's watched literals are updated accordingly.
* *
* @param $fromLiteral A literal the node used to watch * @param $fromLiteral mixed A literal the node used to watch
* @param $toLiteral A literal the node should watch now * @param $toLiteral mixed A literal the node should watch now
* @param $node The rule node to be moved * @param $node mixed The rule node to be moved
*/ */
protected function moveWatch($fromLiteral, $toLiteral, $node) protected function moveWatch($fromLiteral, $toLiteral, $node)
{ {