@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | -if(!function_exists('part_of_speech')) { |
|
2 | +if (!function_exists('part_of_speech')) { |
|
3 | 3 | function part_of_speech($word) { |
4 | 4 | return (new \Djunehor\Grammar\Word())->getWordPartOfSpeech($word); |
5 | 5 | } |
6 | 6 | } |
7 | 7 | |
8 | -if(!function_exists('parts_of_speech')) { |
|
8 | +if (!function_exists('parts_of_speech')) { |
|
9 | 9 | function parts_of_speech() { |
10 | 10 | return (new \Djunehor\Grammar\Word())->getPartsOfSpeech(); |
11 | 11 | } |