Completed
Push — master ( 19a332...a0a812 )
by Chin
01:02
created
src/PhpWeekday.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     /**
162 162
      * Check if the locale is supported.
163 163
      *
164
-     * @param  string  $locales
164
+     * @param  string  $locale
165 165
      * @return bool
166 166
      */
167 167
     public function isSupported(string $locale) : bool
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
     /**
173 173
      * Check if the locale is not supported.
174 174
      *
175
-     * @param  string  $locales
175
+     * @param  string  $locale
176 176
      * @return bool
177 177
      */
178 178
     public function isNotSupported(string $locale) : bool
Please login to merge, or discard this patch.