Files
php-flasher/.phpstorm.meta.php
T
2020-12-06 06:23:34 +01:00

10 lines
460 B
PHP

<?php
namespace PHPSTORM_META;
use Flasher\Toastr\Prime\ToastrBuilder;
expectedArguments(ToastrBuilder::showMethod(), 1, ['fadeIn', 'slideDown', 'show']);
expectedArguments(ToastrBuilder::showEasing(), 1, ['swing', 'linear']);
expectedArguments(ToastrBuilder::positionClass(), 1, ['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']);