Skip to content

Commit a0fa744

Browse files
author
Yevhen Miroshnychenko
committed
MAGETWO-92986: Write Logs for Failed Process of Generating Factories in Extensions
1 parent 5aa5297 commit a0fa744

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/internal/Magento/Framework/Code/Generator/EntityAbstract.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,7 @@ protected function _getNullDefaultValue()
321321
*
322322
* @return null|string
323323
*/
324-
private function extractParameterType(
325-
\ReflectionParameter $parameter
326-
): ?string
324+
private function extractParameterType(\ReflectionParameter $parameter): ?string
327325
{
328326
/** @var string|null $typeName */
329327
$typeName = null;

0 commit comments

Comments
 (0)