Skip to content

Commit 44a677e

Browse files
committed
🧹 Fixed code-style
1 parent ee6a66a commit 44a677e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
"allow-plugins": {
9090
"dragon-code/codestyler": true,
9191
"ergebnis/composer-normalize": true,
92-
"friendsofphp/php-cs-fixer": true
92+
"friendsofphp/php-cs-fixer": true,
93+
"symfony/thanks": true
9394
},
9495
"preferred-install": "dist",
9596
"sort-packages": true
@@ -101,4 +102,4 @@
101102
]
102103
}
103104
}
104-
}
105+
}

polyfill/ShouldBeUnique.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
namespace Illuminate\Contracts\Queue;
66

77
if (! interface_exists(ShouldBeUnique::class)) {
8-
interface ShouldBeUnique
9-
{
10-
}
8+
interface ShouldBeUnique {}
119
}

0 commit comments

Comments
 (0)