Passed
Pull Request — master (#2)
by Jaime Pérez
02:47
created
src/Signature.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1120,7 +1120,7 @@
 block discarded – undo
1120 1120
                                 $pfxlist = explode(" ", $pfx);
1121 1121
                                 foreach ($pfxlist as $pfx) {
1122 1122
                                     $val = trim($pfx);
1123
-                                    if (! empty($val)) {
1123
+                                    if (!empty($val)) {
1124 1124
                                         $arpfx[] = $val;
1125 1125
                                     }
1126 1126
                                 }
Please login to merge, or discard this patch.
src/XML/ec/AbstractEcElement.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 
11 11
 /**
12 12
  * Abstract class to be implemented by all the classes in this namespace
13
-
14 13
  * @package simplesamlphp/xml-security
15 14
  */
16 15
 abstract class AbstractEcElement extends AbstractXMLElement
Please login to merge, or discard this patch.