Completed
Pull Request — develop (#248)
by Tim
01:58
created
src/Surfnet/StepupRa/RaBundle/Repository/VettingProcedureRepository.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -24,6 +24,7 @@
 block discarded – undo
24 24
 {
25 25
     /**
26 26
      * @param VettingProcedure $vettingProcedure
27
+     * @return void
27 28
      */
28 29
     public function store(VettingProcedure $vettingProcedure): void;
29 30
 
Please login to merge, or discard this patch.
RaBundle/Security/Authentication/AuthenticatedSessionStateHandler.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -65,6 +65,7 @@
 block discarded – undo
65 65
 
66 66
     /**
67 67
      * @param string $uri
68
+     * @return void
68 69
      */
69 70
     public function setCurrentRequestUri(string $uri): void;
70 71
 
Please login to merge, or discard this patch.
RaBundle/Security/Authentication/SamlAuthenticationStateHandler.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -27,6 +27,7 @@
 block discarded – undo
27 27
 
28 28
     /**
29 29
      * @param string $requestId
30
+     * @return void
30 31
      */
31 32
     public function setRequestId(string $requestId): void;
32 33
 
Please login to merge, or discard this patch.
StepupRa/SamlStepupProviderBundle/DependencyInjection/Configuration.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
                         ->validate()
53 53
                             ->ifTrue(
54 54
                                 /**
55
-                                 * @param mixed $v
55
+                                 * @param ArrayNodeDefinition $v
56 56
                                  * @return bool
57 57
                                  */
58 58
                                 function ($v) {
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
                         ->validate()
68 68
                             ->ifTrue(
69 69
                                 /**
70
-                                 * @param mixed $v
70
+                                 * @param ArrayNodeDefinition $v
71 71
                                  * @return bool
72 72
                                  */
73 73
                                 function ($v) {
Please login to merge, or discard this patch.
src/Surfnet/StepupRa/RaBundle/DependencyInjection/Configuration.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
                     ->validate()
51 51
                         ->ifTrue(
52 52
                             /**
53
-                             * @param mixed $value
53
+                             * @param NodeBuilder $value
54 54
                              * @return bool
55 55
                              */
56 56
                             function ($value) {
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
                         ->validate()
102 102
                             ->ifTrue(
103 103
                                 /**
104
-                                 * @param mixed $lifetime
104
+                                 * @param NodeBuilder $lifetime
105 105
                                  * @return bool
106 106
                                  */
107 107
                                 function ($lifetime) {
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
                         ->validate()
123 123
                             ->ifTrue(
124 124
                                 /**
125
-                                 * @param mixed $lifetime
125
+                                 * @param NodeBuilder $lifetime
126 126
                                  * @return bool
127 127
                                  */
128 128
                                 function ($lifetime) {
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
                 ->validate()
145 145
                     ->ifTrue(
146 146
                         /**
147
-                         * @param string $url
147
+                         * @param NodeBuilder $url
148 148
                          * @return bool
149 149
                          */
150 150
                         function (string $url) {
Please login to merge, or discard this patch.
src/Surfnet/StepupRa/RaBundle/Controller/Vetting/GssfController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
 
214 214
     /**
215 215
      * @param string $provider
216
-     * @return \Surfnet\StepupRa\SamlStepupProviderBundle\Provider\Provider
216
+     * @return Request
217 217
      * @throws \Symfony\Component\HttpKernel\Exception\NotFoundHttpException
218 218
      */
219 219
     private function getProvider(string $provider): Provider
Please login to merge, or discard this patch.