Failed Conditions
Pull Request — master (#233)
by Ramiro
02:39
created
core/process/locales.loader.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -13,12 +13,12 @@
 block discarded – undo
13 13
  */
14 14
 
15 15
  /**
16
- * Parses and sorts a weighed "Accept" HTTP header
17
- *
18
- * @param string $header The HTTP "Accept" header to parse
19
- *
20
- * @return array Sorted list of "accept" options
21
- */
16
+  * Parses and sorts a weighed "Accept" HTTP header
17
+  *
18
+  * @param string $header The HTTP "Accept" header to parse
19
+  *
20
+  * @return array Sorted list of "accept" options
21
+  */
22 22
 $sortAccept = function ($header) {
23 23
 	$matches = array();
24 24
 	foreach (explode(',', $header) as $option) {
Please login to merge, or discard this patch.