Completed
Push — master ( 205548...aaddfb )
by Tobias
05:26
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.
DependencyInjection/Security/Factory/WsseFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      * @param string           $userProvider
23 23
      * @param string           $defaultEntryPoint
24 24
      *
25
-     * @return array
25
+     * @return string[]
26 26
      */
27 27
     public function create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)
28 28
     {
Please login to merge, or discard this patch.