-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add isCli removal chapter #345
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨Explore these optional code suggestions:
|
@laoneo, this pr has conflicts, can we clear them? |
done |
User description
for joomla/joomla-cms#44611
PR Type
Documentation
Description
isCli
function from application classes$app->isCli()
checks with$app instanceof ConsoleApplication
Changes walkthrough 📝
removed-backward-incompatibility.md
Documentation for isCli function removal and migration guide
migrations/54-60/removed-backward-incompatibility.md
isCli
function from applicationclasses
isCli()
usageto checking for
ConsoleApplication
instance