Completed
Push — master ( 0d74d7...886a15 )
by Tobias
09:34 queued 07:46
created
Security/Authentication/Provider/WsseProvider.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -82,6 +82,7 @@
 block discarded – undo
82 82
      *
83 83
      * For more information specific to the logic here, see
84 84
      * https://github.com/symfony/symfony-docs/pull/3134#issuecomment-27699129
85
+     * @param string $secret
85 86
      */
86 87
     protected function validateDigest($digest, $nonce, $created, $secret)
87 88
     {
Please login to merge, or discard this patch.
Controller/BaseApiController.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -73,8 +73,6 @@
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-     * @param string $message
77
-     * @param int    $errorCode
78 76
      *
79 77
      * @return JsonResponse
80 78
      */
Please login to merge, or discard this patch.