Commit 33295485 authored by Adrien BRAULT's avatar Adrien BRAULT

#125 PHPDoc fixes: revert param type to integer

parent 6b18f100
......@@ -638,7 +638,7 @@ abstract class AbstractPlatform
*
* @param string $str literal string
* @param string $substr literal string to find
* @param boolean $startPos position to start at, beginning of string by default
* @param integer $startPos position to start at, beginning of string by default
* @return integer
*/
public function getLocateExpression($str, $substr, $startPos = 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