Skip to content

Commit

Permalink
Make PHPStorm tag @noinspection valid
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-berg committed Sep 6, 2024
1 parent 89ff0ac commit fea42a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions moodle/Util/Docblocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ abstract class Docblocks
'uses' => true, // Also used by PHPUnit.
'var' => true,
'version' => false,

// PHPStorm tags.
'noinspection' => true,
];

/**
Expand Down

0 comments on commit fea42a1

Please sign in to comment.