Skip to content

Commit 970d179

Browse files
committed
Add missing line break before docblock tags
1 parent ccec05a commit 970d179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Search/Model/SynonymAnalyzer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public function __construct(SynonymReader $synReader)
4242
* 3 => [ 0 => "british", 1 => "english" ],
4343
* 4 => [ 0 => "queen", 1 => "monarch" ]
4444
* ]
45+
*
4546
* @param string $phrase
4647
* @return array
4748
* @throws \Magento\Framework\Exception\LocalizedException

0 commit comments

Comments
 (0)