Completed
Push — develop ( afe0ec...7c3dfe )
by
unknown
13:30
created
module/Core/src/Core/Form/Form.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -257,7 +257,7 @@
 block discarded – undo
257 257
     }
258 258
 
259 259
     /**
260
-     * @param $spec
260
+     * @param string $spec
261 261
      *
262 262
      * @return $this
263 263
      */
Please login to merge, or discard this patch.
module/Geo/src/Geo/Controller/Plugin/Photon.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * @param string $par Query Parameter
19 19
      * @param string $geoCoderUrl Url of the geo location service
20
-     * @param string $land language
20
+     * @param string $lang language
21 21
      *
22 22
      * @return array|mixed|string
23 23
      */
Please login to merge, or discard this patch.
module/Jobs/src/Jobs/Form/BaseFieldset.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     protected $locationEngineType;
27 27
 
28 28
     /**
29
-     * @param $locationEngineType
29
+     * @param string $locationEngineType
30 30
      */
31 31
     public function setLocationEngineType($locationEngineType) {
32 32
         $this->locationEngineType = $locationEngineType;
Please login to merge, or discard this patch.