Completed
Pull Request — master (#1)
by lee
04:47
created
src/Common/BaseDateTime.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
 
91 91
     /**
92 92
      * @param $format
93
-     * @param $items
93
+     * @param string[] $items
94 94
      * @return mixed
95 95
      */
96 96
     protected function getInBengali($format, $items)
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
 
195 195
     /**
196 196
      * @param $slot
197
-     * @param $hour
197
+     * @param integer $hour
198 198
      * @return mixed
199 199
      */
200 200
     protected function isInTimeSlot($slot, $hour)
Please login to merge, or discard this patch.