add laravel .phpstorm.meta.php for auto complete

This commit is contained in:
KHOUBZA Younes
2021-04-25 10:47:44 +00:00
parent d5ec851e19
commit 9f08bf3498
5 changed files with 20 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
<?php
namespace PHPSTORM_META;
use Flasher\Prime\Notification\NotificationInterface;
expectedArguments(\noty(), 1, 'success', 'error', 'info', 'warning');
+4
View File
@@ -1,3 +1,7 @@
<?php
namespace PHPSTORM_META;
use Flasher\Prime\Notification\NotificationInterface;
expectedArguments(\notyf(), 1, 'success', 'error', 'info', 'warning');
+4
View File
@@ -1,3 +1,7 @@
<?php
namespace PHPSTORM_META;
use Flasher\Prime\Notification\NotificationInterface;
expectedArguments(\pnotify(), 1, 'success', 'error', 'info', 'warning');
@@ -1,3 +1,7 @@
<?php
namespace PHPSTORM_META;
use Flasher\Prime\Notification\NotificationInterface;
expectedArguments(\sweetAlert(), 1, 'success', 'error', 'info', 'warning');
+4
View File
@@ -1,3 +1,7 @@
<?php
namespace PHPSTORM_META;
use Flasher\Prime\Notification\NotificationInterface;
expectedArguments(\toastr(), 1, 'success', 'error', 'info', 'warning');