Completed
Pull Request — master (#5)
by Erik
05:06
created
src/Roave/NonceUtility/Service/NonceService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
     /**
79 79
      * Creates and persists a nonce entity
80 80
      *
81
-     * @param $nonce
81
+     * @param string $nonce
82 82
      * @param NonceOwnerInterface|null $owner
83 83
      * @param DateInterval|null $expiresIn
84 84
      * @param string $namespace
Please login to merge, or discard this patch.
src/Roave/NonceUtility/Repository/NonceRepository.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -93,6 +93,7 @@
 block discarded – undo
93 93
 
94 94
     /**
95 95
      * {@inheritdoc}
96
+     * @param string $nonce
96 97
      */
97 98
     public function hasUnassociated($nonce, $namespace = 'default')
98 99
     {
Please login to merge, or discard this patch.