The doc-type boolean. could not be parsed: Unknown type name "boolean." at position 0. (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
Loading history...
42
*/
43
1
public function enabled() {
44
return $this->flash->enabled();
45
}
46
47
/**
48
* Get request value for key from the previous request.
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.