Skip to content

Commit f272dc5

Browse files
eidng8d3v2a
authored andcommitted
disable inspections of helper files (barryvdh#1486)
* disables all jetbrains inspections * disables all jetbrains' & phpcs' inspections
1 parent ff0ca2f commit f272dc5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

resources/views/helper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*/
99
?>
1010

11+
/* @noinspection ALL */
1112
// @formatter:off
1213
// phpcs:ignoreFile
1314

resources/views/meta.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?= '<?php' ?>
22

3+
/* @noinspection ALL */
34
// @formatter:off
5+
// phpcs:ignoreFile
46

57
namespace PHPSTORM_META {
68

0 commit comments

Comments
 (0)