Passed
Push — release-4-alpha ( 33391e...613c1a )
by Tim
02:53 queued 41s
created
src/SAML2/SignedElementHelper.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -176,10 +176,10 @@
 block discarded – undo
176 176
     {	
177 177
         return $this->cacheDuration;	
178 178
     }	
179
-     /**	
180
-     * Set the value of the cacheDuration-property	
181
-     * @param string|null $cacheDuration	
182
-     */	
179
+        /**	
180
+         * Set the value of the cacheDuration-property	
181
+         * @param string|null $cacheDuration	
182
+         */	
183 183
     public function setCacheDuration(string $cacheDuration = null)	
184 184
     {	
185 185
         $this->cacheDuration = $cacheDuration;	
Please login to merge, or discard this patch.