Skip to content

Commit

Permalink
Tweak @noinspection
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Mar 17, 2015
1 parent f518de4 commit d8d5517
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/views/meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
*
* @author Barry vd. Heuvel <[email protected]>
* @see https://github.com/barryvdh/laravel-ide-helper
* @noinspection PhpUnusedLocalVariableInspection
* @noinspection PhpIllegalArrayKeyTypeInspection
*/

/** @noinspection PhpIllegalArrayKeyTypeInspection */
/** @noinspection PhpUnusedLocalVariableInspection */
$STATIC_METHOD_TYPES = [
<?php foreach($methods as $method): ?>
<?= $method ?>('') => [
Expand Down

0 comments on commit d8d5517

Please sign in to comment.