Completed
Push — develop ( 15826b...d8b18f )
by Greg
10:40 queued 04:07
created
app/Elements/NamePersonal.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
      */
130 130
     public function subtags(): array
131 131
     {
132
-        if (in_array(I18N::languageTag(), static::SURNAME_FIRST_LANGUAGES, true)){
132
+        if (in_array(I18N::languageTag(), static::SURNAME_FIRST_LANGUAGES, true)) {
133 133
             return static::SUBTAGS_SURNAME_FIRST;
134 134
         }
135 135
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
      */
130 130
     public function subtags(): array
131 131
     {
132
-        if (in_array(I18N::languageTag(), static::SURNAME_FIRST_LANGUAGES, true)){
132
+        if (in_array(I18N::languageTag(), static::SURNAME_FIRST_LANGUAGES, true)) {
133 133
             return static::SUBTAGS_SURNAME_FIRST;
134 134
         }
135 135
 
Please login to merge, or discard this patch.