StocksNew/vendor/php-flasher/flasher/.phpstorm.meta.php

25 lines
1.1 KiB
PHP
Raw Normal View History

2024-08-27 12:03:06 +00:00
<?php
namespace PHPSTORM_META;
override(Envelope::get(0), type(0));
override(\Flasher\Prime\FlasherInterface::create(), map([
'flasher' => \Flasher\Prime\Factory\NotificationFactory::class,
'theme.' => \Flasher\Prime\Factory\NotificationFactory::class,
]));
override(\Flasher\Prime\FlasherInterface::using(), map([
'flasher' => \Flasher\Prime\Factory\NotificationFactory::class,
'theme.' => \Flasher\Prime\Factory\NotificationFactory::class,
]));
registerArgumentsSet('types', 'success', 'error', 'warning', 'info');
expectedArguments(\Flasher\Prime\Notification\NotificationBuilderInterface::type(), 0, argumentsSet('types'));
expectedArguments(\Flasher\Prime\Notification\NotificationBuilderInterface::addFlash(), 0, argumentsSet('types'));
expectedArguments(\Flasher\Prime\Notification\NotificationInterface::setType(), 0, argumentsSet('types'));
expectedReturnValues(\Flasher\Prime\Notification\NotificationInterface::getType(), argumentsSet('types'));
expectedArguments(\Flasher\Prime\Notification\NotificationBuilderInterface::handler(), 0, 'flasher', 'toastr', 'noty', 'notyf', 'pnotify', 'sweetalert');