Completed
Pull Request — master (#55)
by Thijs
07:05
created
src/SAML2/ArtifactResolve.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * The Artifact is part of the SAML 2.0 IdP code, and it builds an artifact object.
4
- * I am using strings, because I find them easier to work with.
5
- * I want to use this, to be consistent with the other saml2_requests
6
- *
7
- * @author Danny Bollaert, UGent AS. <[email protected]>
8
- * @package SimpleSAMLphp
9
- */
3
+     * The Artifact is part of the SAML 2.0 IdP code, and it builds an artifact object.
4
+     * I am using strings, because I find them easier to work with.
5
+     * I want to use this, to be consistent with the other saml2_requests
6
+     *
7
+     * @author Danny Bollaert, UGent AS. <[email protected]>
8
+     * @package SimpleSAMLphp
9
+     */
10 10
 class SAML2_ArtifactResolve extends SAML2_Request
11 11
 {
12 12
     private $artifact;
Please login to merge, or discard this patch.