first commit

This commit is contained in:
Sampanna Rimal
2024-08-27 17:48:06 +05:45
commit 53c0140f58
10839 changed files with 1125847 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<?php
namespace PHPSTORM_META;
expectedArguments(\Yoeunes\Toastr\ToastrBuilder::showMethod(), 0, 'fadeIn', 'fadeOut', 'slideDown', 'show');
expectedArguments(\Yoeunes\Toastr\ToastrBuilder::hideMethod(), 0, 'fadeIn', 'fadeOut', 'slideDown', 'show');
expectedArguments(\Yoeunes\Toastr\ToastrBuilder::showEasing(), 0, 'swing', 'linear');
expectedArguments(\Yoeunes\Toastr\ToastrBuilder::hideEasing(), 0, 'swing', 'linear');
expectedArguments(\Yoeunes\Toastr\ToastrBuilder::positionClass(), 0, 'toast-top-right', 'toast-top-center', 'toast-bottom-center', 'toast-top-full-width', 'toast-bottom-full-width', 'toast-top-left', 'toast-bottom-right', 'toast-bottom-left');
$mapping = map([
'toastr' => \Flasher\Toastr\Prime\ToastrFactory::class
]);
override(\Flasher\Prime\FlasherInterface::create(), map($mapping));
override(\Flasher\Prime\FlasherInterface::using(), map($mapping));