Skip to content

Commit 05fee42

Browse files
authored
Update Composer stub - remove method arguments (#53)
1 parent 2e2146c commit 05fee42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Acorn/Console/Commands/stubs/composer.stub

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ class DummyClass extends Composer
1818
/**
1919
* Data to be passed to view before rendering.
2020
*
21-
* @param array $data
22-
* @param \Illuminate\View\View $view
2321
* @return array
2422
*/
25-
public function with($data, $view)
23+
public function with()
2624
{
2725
return [
2826
//

0 commit comments

Comments
 (0)