Completed
Push — ws-security ( defbc5...87c9bd )
by Asmir
86:42 queued 56:41
created
src/WssWsSecurity/XmlSign/SignatureValueType.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * Gets or sets the inner value
36 36
      *
37
-     * @param mixed $value
38 37
      * @return mixed
39 38
      */
40 39
     public function value()
Please login to merge, or discard this patch.
src/WssWsSecurity/XmlSign/SignedInfoType.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
      * Gets as canonicalizationMethod
64 64
      *
65 65
      * @return
66
-     * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\CanonicalizationMethod
66
+     CanonicalizationMethod \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\CanonicalizationMethod
67 67
      */
68 68
     public function getCanonicalizationMethod()
69 69
     {
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
      * Gets as signatureMethod
89 89
      *
90 90
      * @return
91
-     * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\SignatureMethod
91
+     SignatureMethod \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\SignatureMethod
92 92
      */
93 93
     public function getSignatureMethod()
94 94
     {
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
      * Gets as reference
150 150
      *
151 151
      * @return
152
-     * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Reference[]
152
+     string \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Reference[]
153 153
      */
154 154
     public function getReference()
155 155
     {
Please login to merge, or discard this patch.
src/WssWsSecurity/XmlSign/SPKIDataType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     /**
61 61
      * Gets as sPKISexp
62 62
      *
63
-     * @return mixed[]
63
+     * @return string
64 64
      */
65 65
     public function getSPKISexp()
66 66
     {
Please login to merge, or discard this patch.
src/WssWsSecurity/XmlSign/TransformsType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
      * Gets as transform
59 59
      *
60 60
      * @return
61
-     * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Transform[]
61
+     string \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\Transform[]
62 62
      */
63 63
     public function getTransform()
64 64
     {
Please login to merge, or discard this patch.
src/WssWsSecurity/XmlSign/TransformType.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * Gets as xPath
89 89
      *
90
-     * @return string[]
90
+     * @return string
91 91
      */
92 92
     public function getXPath()
93 93
     {
Please login to merge, or discard this patch.
src/WssWsSecurity/XmlSign/X509DataType.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
      * Gets as x509IssuerSerial
86 86
      *
87 87
      * @return
88
-     * \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\X509IssuerSerialType[]
88
+     string \GoetasWebservices\SoapServices\SoapClient\WssWsSecurity\XmlSign\X509IssuerSerialType[]
89 89
      */
90 90
     public function getX509IssuerSerial()
91 91
     {
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
     /**
144 144
      * Gets as x509SKI
145 145
      *
146
-     * @return mixed[]
146
+     * @return string
147 147
      */
148 148
     public function getX509SKI()
149 149
     {
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
     /**
200 200
      * Gets as x509SubjectName
201 201
      *
202
-     * @return string[]
202
+     * @return string
203 203
      */
204 204
     public function getX509SubjectName()
205 205
     {
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
     /**
256 256
      * Gets as x509Certificate
257 257
      *
258
-     * @return mixed[]
258
+     * @return string
259 259
      */
260 260
     public function getX509Certificate()
261 261
     {
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
     /**
312 312
      * Gets as x509CRL
313 313
      *
314
-     * @return mixed[]
314
+     * @return string
315 315
      */
316 316
     public function getX509CRL()
317 317
     {
Please login to merge, or discard this patch.