stable
Clone or download
Read-only
request #22588: Drop manual assertions after calling EventDispatcherInterface::dispatch
Those assertions are not needed for Psalm thanks to a specific stub we defined. For the IDE autocompletion, the Jetbrains tools allow a specific override to be defined which is what we do here. Adding a call to `\assert()` after using EventDispatcherInterface::dispatch is not more needed. Change-Id: I1ca5a690ac1927153deb8856e881c787456c0c56
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/Kanban/BreadCrumbBuilder.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/Account/AccountGerritController.php | +0 | −1 | Go to diff View file |
M | plugins/jira_import/include/JiraAgile/ScrumTrackerBuilder.php | +0 | −1 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/AccountLinker/Controller.php | +5 | −7 | Go to diff View file |
M | plugins/openidconnectclient/include/OpenIDConnectClient/UserAccount/OIDCProvidersController.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Status/Done/SemanticDone.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +0 | −1 | Go to diff View file |
M | src/common/CLI/Command/ConfigListCommand.php | +0 | −1 | Go to diff View file |
M | src/common/Config/ConfigSet.php | +0 | −1 | Go to diff View file |
M | src/common/InviteBuddy/InviteBuddyConfiguration.php | +0 | −1 | Go to diff View file |
M | src/common/Project/Admin/Reference/Browse/LegacyReferenceAdministrationBrowsingRenderer.php | +0 | −1 | Go to diff View file |
M | src/common/Reference/CrossReferenceByDirectionPresenterBuilder.php | +0 | −1 | Go to diff View file |
M | src/common/User/Account/ConfirmNewEmailController.php | +0 | −1 | Go to diff View file |
M | src/common/User/Account/DisplayAccountInformationController.php | +0 | −2 | Go to diff View file |
M | src/common/User/Account/DisplayAppearanceController.php | +0 | −1 | Go to diff View file |
M | src/common/User/Account/DisplayEditionController.php | +0 | −1 | Go to diff View file |
M | src/common/User/Account/DisplayKeysTokensController.php | +0 | −1 | Go to diff View file |
M | src/common/User/Account/DisplayNotificationsController.php | +0 | −1 | Go to diff View file |
M | src/common/User/Account/DisplaySecurityController.php | +0 | −2 | Go to diff View file |
M | src/common/User/Account/UpdateAccountInformationController.php | +0 | −1 | Go to diff View file |
M | src/common/User/Account/UpdatePasswordController.php | +0 | −1 | Go to diff View file |
M | src/common/User/LoginManager.class.php | +1 | −4 | Go to diff View file |
M | src/common/User/LoginPresenterBuilder.php | +0 | −1 | Go to diff View file |
M | src/common/layout/SiteHomepageController.php | +0 | −1 | Go to diff View file |
M | src/common/svn/SVN_SOAPServer.class.php | +0 | −1 | Go to diff View file |
M | src/common/svn/viewvc/ViewVCController.php | +0 | −1 | Go to diff View file |
M | src/common/system_event/include/SystemEvent_ROOT_DAILY.class.php | +1 | −2 | Go to diff View file |
M | src/themes/BurningParrot/include/Navbar/PresenterBuilder.php | +0 | −1 | Go to diff View file |
M | src/www/account/register.php | +0 | −1 | Go to diff View file |
M | src/www/include/account.php | +1 | −2 | Go to diff View file |
M | src/www/svn/admin/index.php | +0 | −1 | Go to diff View file |
M | src/www/svn/index.php | +0 | −1 | Go to diff View file |
M | src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php | +0 | −1 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +1 | −0 | Go to diff View file |
A | tools/utils/jetbrains/.phpstorm.meta.php | +31 | −0 | Go to diff View file |