Passed
Pull Request — master (#3)
by Tim
10:43
created
lib/Auth/Source/YubiKey.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
         Assert::isInstanceOf(
131 131
             $source,
132 132
             YubiKey::class,
133
-            'Could not find authentication source with id ' . $state[self::AUTHID]
133
+            'Could not find authentication source with id '.$state[self::AUTHID]
134 134
         );
135 135
 
136 136
         try {
Please login to merge, or discard this patch.