We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e01466 + aa9e33c commit 5edbd1aCopy full SHA for 5edbd1a
src/Generators/stubs/datatables.stub
@@ -75,7 +75,7 @@ class DummyClass extends DataTable
75
*
76
* @return string
77
*/
78
- protected function filename()
+ protected function filename() : string
79
{
80
return 'DummyFilename_' . date('YmdHis');
81
}
0 commit comments