File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 * along with this program. If not, see <https://www.gnu.org/licenses/>.
2222 */
2323
24- namespace KonradMichalik \PhpDocBlockHeaderFixer \Model ;
24+ namespace KonradMichalik \PhpDocBlockHeaderFixer \Enum ;
2525
2626enum Separate: string
2727{
Original file line number Diff line number Diff line change 2424namespace KonradMichalik \PhpDocBlockHeaderFixer \Generators ;
2525
2626use InvalidArgumentException ;
27- use KonradMichalik \PhpDocBlockHeaderFixer \Model \Separate ;
27+ use KonradMichalik \PhpDocBlockHeaderFixer \Enum \Separate ;
2828
2929use function is_string ;
3030
Original file line number Diff line number Diff line change 2323
2424namespace KonradMichalik \PhpDocBlockHeaderFixer \Rules ;
2525
26- use KonradMichalik \PhpDocBlockHeaderFixer \Model \Separate ;
26+ use KonradMichalik \PhpDocBlockHeaderFixer \Enum \Separate ;
2727use PhpCsFixer \AbstractFixer ;
2828use PhpCsFixer \Fixer \ConfigurableFixerInterface ;
2929use PhpCsFixer \FixerConfiguration \FixerConfigurationResolver ;
@@ -276,7 +276,7 @@ private function buildDocBlock(array $annotations): string
276276 }
277277 }
278278
279- $ docBlock .= " */ \n" ;
279+ $ docBlock .= ' */ ' ;
280280
281281 return $ docBlock ;
282282 }
You can’t perform that action at this time.
0 commit comments