Skip to content

Commit ada7db0

Browse files
committed
fix phpcs
1 parent f740e2e commit ada7db0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Doctrine/DoctrineEntityHelper.php

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public function getEntitiesForAutocomplete(): array
5454
* @param string $entityClassName
5555
*
5656
* @return null|DoctrineEntityDetails
57+
*
5758
* @throws \Exception
5859
*/
5960
public function createDoctrineDetails(string $entityClassName)

src/Maker/MakeForm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
9696

9797
$boundClassVars = [
9898
'bounded_full_class_name' => $boundClassDetails->getFullName(),
99-
'bounded_class_name' => $boundClassDetails->getShortName()
99+
'bounded_class_name' => $boundClassDetails->getShortName(),
100100
];
101101
}
102102
}

0 commit comments

Comments
 (0)