We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6a66a commit 44a677eCopy full SHA for 44a677e
composer.json
@@ -89,7 +89,8 @@
89
"allow-plugins": {
90
"dragon-code/codestyler": true,
91
"ergebnis/composer-normalize": true,
92
- "friendsofphp/php-cs-fixer": true
+ "friendsofphp/php-cs-fixer": true,
93
+ "symfony/thanks": true
94
},
95
"preferred-install": "dist",
96
"sort-packages": true
@@ -101,4 +102,4 @@
101
102
]
103
}
104
-}
105
+}
polyfill/ShouldBeUnique.php
@@ -5,7 +5,5 @@
5
namespace Illuminate\Contracts\Queue;
6
7
if (! interface_exists(ShouldBeUnique::class)) {
8
- interface ShouldBeUnique
9
- {
10
- }
+ interface ShouldBeUnique {}
11
0 commit comments