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.
1 parent 4e01466 commit aa9e33cCopy full SHA for aa9e33c
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