Completed
Pull Request — develop (#248)
by Tim
01:48
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.
src/Surfnet/StepupRa/RaBundle/Exception/InvalidArgumentException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     /**
24 24
      * @param string $expected description of expected type
25 25
      * @param string $parameterName
26
-     * @param mixed $parameter the parameter that is not of the expected type.
26
+     * @param integer $parameter the parameter that is not of the expected type.
27 27
      * @return self
28 28
      */
29 29
     public static function invalidType($expected, $parameterName, $parameter): self
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.