Skip to content

Commit 8931740

Browse files
committed
Apply fixes from StyleCI
1 parent 18c6658 commit 8931740

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Console/Commands/PageBackpackCommand.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ protected function getStub()
118118
/**
119119
* Determine if the class already exists.
120120
*
121-
* @param string $name
122-
*
121+
* @param string $name
123122
* @return bool
124123
*/
125124
protected function alreadyExists($name)
@@ -130,8 +129,7 @@ protected function alreadyExists($name)
130129
/**
131130
* Get the destination class path.
132131
*
133-
* @param string $name
134-
*
132+
* @param string $name
135133
* @return string
136134
*/
137135
protected function getPath($name)

0 commit comments

Comments
 (0)