We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092612c commit c8a87a2Copy full SHA for c8a87a2
src/Factory.php
@@ -30,7 +30,7 @@ public static function getNotification()
30
/** @noinspection PhpUnusedParameterInspection */
31
$notificationClassListFiltered = array_where(
32
array_keys($notificationClassList),
33
- function ($key, $value) {
+ function ($value, $key) {
34
// Get all notifications, ignore all other packages.
35
if (strpos($value, 'AbuseIO\Notification\\') !== false) {
36
return $value;
0 commit comments