@@ -101,7 +95,7 @@ function insert_code_after__by_linenum(string &$code, string $function, int $lin
* @param string $command The command we're searching to insert by
* @param string $newcode Code to insert
* @param integer $instance_of_command We are inserting at this instance of the line (i.e. takes into account a literal line of code may exist in other places in a function).
* @param boolean $fail_ok Whether a failure should trigger an error (false: instead of returning, the function will bail with an error)
* @param boolean $fail_ok Whether a failure should attach a message (false: a failure should cause a critical error)
@@ -145,7 +133,7 @@ function insert_code_before__by_command(string &$code, string $function, string
* @param string $command The command we're searching to insert by
* @param string $newcode Code to insert
* @param integer $instance_of_command We are inserting at this instance of the line (i.e. takes into account a literal line of code may exist in other places in a function).
* @param boolean $fail_ok Whether a failure should trigger an error (false: instead of returning, the function will bail with an error)
* @param boolean $fail_ok Whether a failure should attach a message (false: a failure should cause a critical error)