Skip to content

Issue Fixed Unparenthesized deprecated#104

Open
abdulrehman25 wants to merge 1 commit intothemsaid:masterfrom
abdulrehman25:patch-1
Open

Issue Fixed Unparenthesized deprecated#104
abdulrehman25 wants to merge 1 commit intothemsaid:masterfrom
abdulrehman25:patch-1

Conversation

@abdulrehman25
Copy link
Copy Markdown

Following Issue is Fixed!

ErrorException : Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

Illuminate\Foundation\Bootstrap\HandleExceptions::handleError("Unparenthesized a ? b : c ? d : e is deprecated. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)", "I:
xampp\htdocs\gigxlife-web\vendor\themsaid\laravel-langman\src\Commands\FindCommand.php", ["I:\xampp\htdocs\my_project\vendor\composer/../themsaid/laravel-langman/src/Commands/FindCom
mand.php"])

Following Issue is Fixed!
 
ErrorException  : Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`

 Illuminate\Foundation\Bootstrap\HandleExceptions::handleError("Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`", "I:\
xampp\htdocs\gigxlife-web\vendor\themsaid\laravel-langman\src\Commands\FindCommand.php", ["I:\xampp\htdocs\my_project\vendor\composer/../themsaid/laravel-langman/src/Commands/FindCom
mand.php"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant