mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Tweak @noinspection
This commit is contained in:
+3
-2
@@ -6,9 +6,10 @@
|
|||||||
*
|
*
|
||||||
* @author Barry vd. Heuvel <[email protected]>
|
* @author Barry vd. Heuvel <[email protected]>
|
||||||
* @see https://github.com/barryvdh/laravel-ide-helper
|
* @see https://github.com/barryvdh/laravel-ide-helper
|
||||||
* @noinspection PhpUnusedLocalVariableInspection
|
|
||||||
* @noinspection PhpIllegalArrayKeyTypeInspection
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** @noinspection PhpIllegalArrayKeyTypeInspection */
|
||||||
|
/** @noinspection PhpUnusedLocalVariableInspection */
|
||||||
$STATIC_METHOD_TYPES = [
|
$STATIC_METHOD_TYPES = [
|
||||||
<?php foreach($methods as $method): ?>
|
<?php foreach($methods as $method): ?>
|
||||||
<?= $method ?>('') => [
|
<?= $method ?>('') => [
|
||||||
|
|||||||
Reference in New Issue
Block a user