Completed
Push — analysis-zRAjaO ( 2b1131 )
by Shawn
04:34 queued 02:13
created
app/Handlers/Calendar/Calendar.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -62,6 +62,9 @@
 block discarded – undo
62 62
         }
63 63
     }
64 64
 
65
+    /**
66
+     * @param string $date
67
+     */
65 68
     private function pushToArray($list, array $columnName, $date) {
66 69
         $array = [];
67 70
 
Please login to merge, or discard this patch.
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   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
      * Key should be before the first = symbol and value should be after.
61 61
      * Each new line (\r\n) should be a new array entry.
62 62
      *
63
-     * @param $string
63
+     * @param string $string
64 64
      *
65 65
      * @return array
66 66
      */
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     /**
88 88
      * Save the edited content to the file.
89 89
      *
90
-     * @param $string
90
+     * @param string $string
91 91
      * @return string
92 92
      */
93 93
     public function saveFile($string)
Please login to merge, or discard this patch.