You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in progress of migrating CakePHP 3.x app into CakePHP 4.x
I have updated composer.json with:
"holt59/cakephp4-bootstrap-helpers": "^3.0",
What happened
PHP error message:
Fatal error: A function with return type must return a value (did you mean "return null;" instead of "return;"?) in ./vendor/holt59/cakephp4-bootstrap-helpers/src/View/Helper/FlashHelper.php on line 37
What you expected to happen
No errors :)
The text was updated successfully, but these errors were encountered:
This is a (multiple allowed):
bug
enhancement
question
CakePHP Version: 4.3.5
What you did
I'm in progress of migrating CakePHP 3.x app into CakePHP 4.x
I have updated composer.json with:
What happened
PHP error message:
What you expected to happen
No errors :)
The text was updated successfully, but these errors were encountered: