Skip to content

Commit

Permalink
disable inspections of helper files (barryvdh#1486)
Browse files Browse the repository at this point in the history
* disables all jetbrains inspections

* disables all jetbrains' & phpcs' inspections
  • Loading branch information
eidng8 authored and d3v2a committed Feb 16, 2024
1 parent ff0ca2f commit f272dc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*/
?>

/* @noinspection ALL */
// @formatter:off
// phpcs:ignoreFile

Expand Down
2 changes: 2 additions & 0 deletions resources/views/meta.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?= '<?php' ?>

/* @noinspection ALL */
// @formatter:off
// phpcs:ignoreFile

namespace PHPSTORM_META {

Expand Down

0 comments on commit f272dc5

Please # to comment.