Completed
Push — master ( bbe443...f4a6ec )
by Tim
24:42 queued 09:39
created
Classes/Service/AccessService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
     }
137 137
 
138 138
     /**
139
-     * @param $formProtectionId
139
+     * @param integer $formProtectionId
140 140
      *
141 141
      * @return bool
142 142
      */
Please login to merge, or discard this patch.
Classes/Service/SessionService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      *
34 34
      * @param string $name
35 35
      *
36
-     * @return mixed|null
36
+     * @return string
37 37
      */
38 38
     public function get($name)
39 39
     {
Please login to merge, or discard this patch.