Skip to content
Snippets Groups Projects
Commit b1f6b5b6 authored by Prasad's avatar Prasad
Browse files

Fixed: Strict variable type for exception subclass

parent e97755b4
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@
*/
class RecognitionException extends Exception {
public $line=0;
public int $line=0;
public function __construct($input) {
......@@ -176,4 +176,4 @@ class RecognitionException extends Exception {
}
?>
\ No newline at end of file
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment