aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-05-15 08:57:58 +0200
committerGravatar GitHub <noreply@github.com> 2024-05-15 08:57:58 +0200
commit2d17c020b6695d47debda065804db4e2d2f92e55 (patch)
tree4e03d16b1f59eabe347b8a89a7f375646269e13a /app/views
parentf958eaef2f733553132c4880f9e2e56003476545 (diff)
PHPStan 1.11 + minor update dev dependencies (#6459)
* PHPStan 1.11 + minor update dev dependencies https://github.com/phpstan/phpstan/releases/tag/1.11.0 * Comment style
Diffstat (limited to 'app/views')
-rw-r--r--app/views/update/apply.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/update/apply.phtml b/app/views/update/apply.phtml
index 291e634f8..96a271542 100644
--- a/app/views/update/apply.phtml
+++ b/app/views/update/apply.phtml
@@ -11,7 +11,7 @@
<h1><?= _t('admin.update') ?></h1>
<?php
- // @phpstan-ignore-next-line
+ // @phpstan-ignore function.notFound
ask_info_update();
?>
</main>