Skip to content

Commit ea00247

Browse files
Apply fixes from StyleCI (#353)
Co-authored-by: StyleCI Bot <[email protected]>
1 parent 676dd6a commit ea00247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dumb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Dumb extends Model
1616
*
1717
* @param $data
1818
*/
19-
public function __construct(string $data = "")
19+
public function __construct(string $data = '')
2020
{
2121
parent::__construct();
2222
$this->data = $data;

0 commit comments

Comments
 (0)