We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa5297 commit a0fa744Copy full SHA for a0fa744
lib/internal/Magento/Framework/Code/Generator/EntityAbstract.php
@@ -321,9 +321,7 @@ protected function _getNullDefaultValue()
321
*
322
* @return null|string
323
*/
324
- private function extractParameterType(
325
- \ReflectionParameter $parameter
326
- ): ?string
+ private function extractParameterType(\ReflectionParameter $parameter): ?string
327
{
328
/** @var string|null $typeName */
329
$typeName = null;
0 commit comments