Passed
Push — develop ( aef2d8...023235 )
by nguereza
02:12
created
src/Entity/UserInfo.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -188,9 +188,9 @@
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-    * {@inheritdoc}
192
-    * @return mixed
193
-    */
191
+     * {@inheritdoc}
192
+     * @return mixed
193
+     */
194 194
     public function jsonSerialize(): mixed
195 195
     {
196 196
         return get_object_vars($this);
Please login to merge, or discard this patch.
src/Entity/RelyingParty.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -188,9 +188,9 @@
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-    * {@inheritdoc}
192
-    * @return mixed
193
-    */
191
+     * {@inheritdoc}
192
+     * @return mixed
193
+     */
194 194
     public function jsonSerialize(): mixed
195 195
     {
196 196
         return get_object_vars($this);
Please login to merge, or discard this patch.
src/Entity/CredentialPublicKey.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -188,9 +188,9 @@
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-    * {@inheritdoc}
192
-    * @return mixed
193
-    */
191
+     * {@inheritdoc}
192
+     * @return mixed
193
+     */
194 194
     public function jsonSerialize(): mixed
195 195
     {
196 196
         return get_object_vars($this);
Please login to merge, or discard this patch.
src/Entity/PublicKeyCredentialParam.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -188,9 +188,9 @@
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-    * {@inheritdoc}
192
-    * @return mixed
193
-    */
191
+     * {@inheritdoc}
192
+     * @return mixed
193
+     */
194 194
     public function jsonSerialize(): mixed
195 195
     {
196 196
         return get_object_vars($this);
Please login to merge, or discard this patch.
src/Entity/Flag.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -188,9 +188,9 @@
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-    * {@inheritdoc}
192
-    * @return mixed
193
-    */
191
+     * {@inheritdoc}
192
+     * @return mixed
193
+     */
194 194
     public function jsonSerialize(): mixed
195 195
     {
196 196
         return get_object_vars($this);
Please login to merge, or discard this patch.
src/Entity/PublicKey.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -188,9 +188,9 @@
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-    * {@inheritdoc}
192
-    * @return mixed
193
-    */
191
+     * {@inheritdoc}
192
+     * @return mixed
193
+     */
194 194
     public function jsonSerialize(): mixed
195 195
     {
196 196
         return get_object_vars($this);
Please login to merge, or discard this patch.
src/Entity/BaseCredential.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -188,9 +188,9 @@
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-    * {@inheritdoc}
192
-    * @return mixed
193
-    */
191
+     * {@inheritdoc}
192
+     * @return mixed
193
+     */
194 194
     public function jsonSerialize(): mixed
195 195
     {
196 196
         return get_object_vars($this);
Please login to merge, or discard this patch.
src/Attestation/Format/BaseFormat.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -188,9 +188,9 @@
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-    * {@inheritdoc}
192
-    * @return mixed
193
-    */
191
+     * {@inheritdoc}
192
+     * @return mixed
193
+     */
194 194
     public function jsonSerialize(): mixed
195 195
     {
196 196
         return get_object_vars($this);
Please login to merge, or discard this patch.