CS: PSR1/2

parent d72d4387
...@@ -60,7 +60,7 @@ class FilesGenerator extends Generator ...@@ -60,7 +60,7 @@ class FilesGenerator extends Generator
strtolower($this->name), strtolower($this->name),
strtolower(str_plural($this->name)), strtolower(str_plural($this->name)),
str_plural($this->name), str_plural($this->name),
"Register{$this->name}Sidebar" "Register{$this->name}Sidebar",
], ],
$stub $stub
); );
......
...@@ -279,7 +279,7 @@ class ModuleScaffoldTest extends BaseTestCase ...@@ -279,7 +279,7 @@ class ModuleScaffoldTest extends BaseTestCase
$this->assertTrue(str_contains( $this->assertTrue(str_contains(
$file, $file,
'$this->app[\'events\']->listen(BuildingSidebar::class, '. $sidebarEventListenerName . '::class);' '$this->app[\'events\']->listen(BuildingSidebar::class, ' . $sidebarEventListenerName . '::class);'
), 'Sidebar event handler was not present'); ), 'Sidebar event handler was not present');
$this->cleanUp(); $this->cleanUp();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment