File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ public function fetch(
389389
390390 /**
391391 * @param int $column
392- * @return mixed
392+ * @return null|scalar
393393 */
394394 public function fetchColumn ($ column = 0 )
395395 {
Original file line number Diff line number Diff line change @@ -197,7 +197,6 @@ private static function parseImpl(string $sql)
197197 default :
198198 throw new ParserException ("Unexpected {$ token ->value }" );
199199 }
200- throw new ParserException ("Parse error: unexpected end of input " );
201200 }
202201
203202 /**
Original file line number Diff line number Diff line change @@ -39,7 +39,5 @@ public static function evaluate(
3939 default :
4040 throw new ProcessorException ("Unimplemented unary operand {$ expr ->name }" );
4141 }
42-
43- return $ val ;
4442 }
4543}
You can’t perform that action at this time.
0 commit comments