Passed
Push — master ( 0260e9...6eda41 )
by William
12:31 queued 14s
created
src/functions.php 1 patch
Spacing   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
 
29 29
 // phpcs:disable Squiz.Functions.GlobalFunction
30 30
 
31
-if (! function_exists('_setlocale')) {
31
+if (!function_exists('_setlocale')) {
32 32
     /**
33 33
      * Sets a requested locale.
34 34
      *
@@ -43,7 +43,7 @@  discard block
 block discarded – undo
43 43
     }
44 44
 }
45 45
 
46
-if (! function_exists('_bindtextdomain')) {
46
+if (!function_exists('_bindtextdomain')) {
47 47
     /**
48 48
      * Sets the path for a domain.
49 49
      *
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
     }
57 57
 }
58 58
 
59
-if (! function_exists('_bind_textdomain_codeset')) {
59
+if (!function_exists('_bind_textdomain_codeset')) {
60 60
     /**
61 61
      * Dummy compatibility function, MoTranslator assumes
62 62
      * everything is using same character set on input and
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     }
74 74
 }
75 75
 
76
-if (! function_exists('_textdomain')) {
76
+if (!function_exists('_textdomain')) {
77 77
     /**
78 78
      * Sets the default domain.
79 79
      *
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     }
86 86
 }
87 87
 
88
-if (! function_exists('_gettext')) {
88
+if (!function_exists('_gettext')) {
89 89
     /**
90 90
      * Translates a string.
91 91
      *
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
     }
100 100
 }
101 101
 
102
-if (! function_exists('__')) {
102
+if (!function_exists('__')) {
103 103
     /**
104 104
      * Translates a string, alias for _gettext.
105 105
      *
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     }
114 114
 }
115 115
 
116
-if (! function_exists('_ngettext')) {
116
+if (!function_exists('_ngettext')) {
117 117
     /**
118 118
      * Plural version of gettext.
119 119
      *
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
     }
130 130
 }
131 131
 
132
-if (! function_exists('_pgettext')) {
132
+if (!function_exists('_pgettext')) {
133 133
     /**
134 134
      * Translate with context.
135 135
      *
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
     }
145 145
 }
146 146
 
147
-if (! function_exists('_npgettext')) {
147
+if (!function_exists('_npgettext')) {
148 148
     /**
149 149
      * Plural version of pgettext.
150 150
      *
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     }
162 162
 }
163 163
 
164
-if (! function_exists('_dgettext')) {
164
+if (!function_exists('_dgettext')) {
165 165
     /**
166 166
      * Translates a string.
167 167
      *
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
     }
177 177
 }
178 178
 
179
-if (! function_exists('_dngettext')) {
179
+if (!function_exists('_dngettext')) {
180 180
     /**
181 181
      * Plural version of gettext.
182 182
      *
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
     }
194 194
 }
195 195
 
196
-if (! function_exists('_dpgettext')) {
196
+if (!function_exists('_dpgettext')) {
197 197
     /**
198 198
      * Translate with context.
199 199
      *
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
     }
210 210
 }
211 211
 
212
-if (! function_exists('_dnpgettext')) {
212
+if (!function_exists('_dnpgettext')) {
213 213
     /**
214 214
      * Plural version of pgettext.
215 215
      *
Please login to merge, or discard this patch.