Passed
Push — master ( 901a41...57cae2 )
by Tim
02:18
created
src/XML/xenc/AbstractEncryptionMethod.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -163,8 +163,8 @@
 block discarded – undo
163 163
             $children,
164 164
             Chunk::class,
165 165
             sprintf(
166
-               'All children elements of %s:EncryptionMethod must be of type \SimpleSAML\XML\Chunk.',
167
-               static::NS_PREFIX
166
+                'All children elements of %s:EncryptionMethod must be of type \SimpleSAML\XML\Chunk.',
167
+                static::NS_PREFIX
168 168
             ),
169 169
             InvalidArgumentException::class,
170 170
         );
Please login to merge, or discard this patch.