Skip to content

Commit 8e92b4b

Browse files
committed
Fixed static issues
1 parent 9fc1d67 commit 8e92b4b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

app/code/Magento/Directory/Model/Currency.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -595,15 +595,4 @@ private function trimUnicodeDirectionMark($string)
595595
}
596596
return $string;
597597
}
598-
599-
/**
600-
* Checks if given string is of Arabic symbols
601-
*
602-
* @param string $string
603-
* @return bool
604-
*/
605-
private function isArabicSymbols(string $string): bool
606-
{
607-
return preg_match('/[\p{Arabic}]/u', $string) > 0;
608-
}
609598
}

0 commit comments

Comments
 (0)