File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ trait HasBooleanDates
1010{
1111 /**
1212 * Initialize the trait.
13+ *
14+ * @return void
1315 */
1416 public function initializeHasBooleanDates () : void
1517 {
@@ -106,6 +108,8 @@ protected function getBooleanDate($key) : bool
106108 /**
107109 * @param string $key
108110 * @param mixed $value
111+ *
112+ * @return void
109113 */
110114 protected function setBooleanDate (string $ key , $ value ) : void
111115 {
@@ -155,7 +159,7 @@ protected function getBooleanDateField($key) : string
155159 }
156160
157161 /**
158- * @param $value
162+ * @param mixed $value
159163 *
160164 * @return string|null
161165 */
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35namespace SebastiaanLuca \BooleanDates \Tests ;
46
57use Orchestra \Testbench \TestCase as BaseTestCase ;
810class TestCase extends BaseTestCase
911{
1012 /**
11- * @param $app
13+ * @param \Illuminate\Foundation\Application $app
1214 *
1315 * @return array
1416 */
You can’t perform that action at this time.
0 commit comments