We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3434b1 commit 23d37a5Copy full SHA for 23d37a5
tests/Drupal/good/good.php
@@ -2009,13 +2009,6 @@ public function &get($instance_id) {
2009
*
2010
* Coder issue https://www.drupal.org/project/coder/issues/3516489
2011
*/
2012
-class TestPhpstanIgnore1 extends BaseMySqlSchema {
2013
-
2014
- /**
2015
- * This is the function docblock comment.
2016
- */
2017
- // @phpstan-ignore-next-line missingType.return
2018
- public function addField($table, $field, $spec, $keys_new = []) {
2019
- }
2020
+// @phpstan-ignore-next-line missingType.return
+public function ignore_phpstan_comment() {
2021
}
0 commit comments