Completed
Push — master ( df24a5...09d8bb )
by Shawn
05:52
created
app/Handlers/Duty/DutyList.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     /**
41 41
      * @param array $dateArray
42 42
      * @param array $IDArray
43
-     * @param $type
43
+     * @param string $type
44 44
      */
45 45
     public function processSwapRequest(array $dateArray, array $IDArray, $type)
46 46
     {
Please login to merge, or discard this patch.
app/Http/Controllers/Installation/EnvironmentController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     /**
57 57
      * Key should be before the first = symbol and value should be after.
58 58
      * Each new line (\r\n) should be a new array entry.
59
-     * @param $string
59
+     * @param string $string
60 60
      * @return array
61 61
      */
62 62
     private function breakApartEnv($string)
Please login to merge, or discard this patch.