Skip to content

Commit

Permalink
Update Form.php
Browse files Browse the repository at this point in the history
  • Loading branch information
esokullu authored Aug 21, 2019
1 parent 2824f30 commit 04658e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pho/Framework/Handlers/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ protected static function findFormativeClass(
$_type = ((gettype($arg) == "boolean") ? "bool" : gettype($arg));
$argline .= sprintf(
"%s:::",
str_replace("\\", ":", gettype($arg))
str_replace("\\", ":", $_type)
);
}
$argline = substr($argline, 0, -3);
Expand Down

0 comments on commit 04658e8

Please sign in to comment.