Passed
Push — master ( a43ca2...013302 )
by Robin
02:19
created
programs/vendor/symfony/polyfill-mbstring/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 use Symfony\Polyfill\Mbstring as p;
13 13
 
14 14
 if (\PHP_VERSION_ID >= 80000) {
15
-    return require __DIR__.'/bootstrap80.php';
15
+    return require __DIR__ . '/bootstrap80.php';
16 16
 }
17 17
 
18 18
 if (!function_exists('mb_convert_encoding')) {
Please login to merge, or discard this patch.
programs/vendor/composer/platform_check.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,9 +14,9 @@
 block discarded – undo
14 14
     }
15 15
     if (!ini_get('display_errors')) {
16 16
         if (PHP_SAPI === 'cli' || PHP_SAPI === 'phpdbg') {
17
-            fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
17
+            fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL . PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL . PHP_EOL);
18 18
         } elseif (!headers_sent()) {
19
-            echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
19
+            echo 'Composer detected issues in your platform:' . PHP_EOL . PHP_EOL . str_replace('You are running ' . PHP_VERSION . '.', '', implode(PHP_EOL, $issues)) . PHP_EOL . PHP_EOL;
20 20
         }
21 21
     }
22 22
     trigger_error(
Please login to merge, or discard this patch.
programs/vendor/composer/InstalledVersions.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -327,9 +327,9 @@
 block discarded – undo
327 327
             foreach (ClassLoader::getRegisteredLoaders() as $vendorDir => $loader) {
328 328
                 if (isset(self::$installedByVendor[$vendorDir])) {
329 329
                     $installed[] = self::$installedByVendor[$vendorDir];
330
-                } elseif (is_file($vendorDir.'/composer/installed.php')) {
331
-                    $installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php';
332
-                    if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
330
+                } elseif (is_file($vendorDir . '/composer/installed.php')) {
331
+                    $installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir . '/composer/installed.php';
332
+                    if (null === self::$installed && strtr($vendorDir . '/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) {
333 333
                         self::$installed = $installed[count($installed) - 1];
334 334
                     }
335 335
                 }
Please login to merge, or discard this patch.
programs/vendor/composer/autoload_static.php 1 patch
Spacing   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -6,47 +6,47 @@
 block discarded – undo
6 6
 
7 7
 class ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90
8 8
 {
9
-    public static $files = array (
9
+    public static $files = array(
10 10
         '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
11 11
     );
12 12
 
13
-    public static $prefixLengthsPsr4 = array (
13
+    public static $prefixLengthsPsr4 = array(
14 14
         'l' => 
15
-        array (
15
+        array(
16 16
             'libphonenumber\\' => 15,
17 17
         ),
18 18
         'S' => 
19
-        array (
19
+        array(
20 20
             'Symfony\\Polyfill\\Mbstring\\' => 26,
21 21
         ),
22 22
         'G' => 
23
-        array (
23
+        array(
24 24
             'Giggsey\\Locale\\' => 15,
25 25
         ),
26 26
     );
27 27
 
28
-    public static $prefixDirsPsr4 = array (
28
+    public static $prefixDirsPsr4 = array(
29 29
         'libphonenumber\\' => 
30
-        array (
30
+        array(
31 31
             0 => __DIR__ . '/..' . '/giggsey/libphonenumber-for-php/src',
32 32
         ),
33 33
         'Symfony\\Polyfill\\Mbstring\\' => 
34
-        array (
34
+        array(
35 35
             0 => __DIR__ . '/..' . '/symfony/polyfill-mbstring',
36 36
         ),
37 37
         'Giggsey\\Locale\\' => 
38
-        array (
38
+        array(
39 39
             0 => __DIR__ . '/..' . '/giggsey/locale/src',
40 40
         ),
41 41
     );
42 42
 
43
-    public static $classMap = array (
43
+    public static $classMap = array(
44 44
         'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
45 45
     );
46 46
 
47 47
     public static function getInitializer(ClassLoader $loader)
48 48
     {
49
-        return \Closure::bind(function () use ($loader) {
49
+        return \Closure::bind(function() use ($loader) {
50 50
             $loader->prefixLengthsPsr4 = ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90::$prefixLengthsPsr4;
51 51
             $loader->prefixDirsPsr4 = ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90::$prefixDirsPsr4;
52 52
             $loader->classMap = ComposerStaticInite51ffc086cc73a0e04fdd1790cb59b90::$classMap;
Please login to merge, or discard this patch.
programs/vendor/giggsey/locale/data/en-mg.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * Do not modify this file directly!
10 10
  */
11 11
 
12
-return array (
12
+return array(
13 13
   'BL' => 'St Barthélemy',
14 14
   'KN' => 'St Kitts & Nevis',
15 15
   'LC' => 'St Lucia',
Please login to merge, or discard this patch.
programs/vendor/giggsey/locale/data/en-pn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * Do not modify this file directly!
10 10
  */
11 11
 
12
-return array (
12
+return array(
13 13
   'BL' => 'St Barthélemy',
14 14
   'KN' => 'St Kitts & Nevis',
15 15
   'LC' => 'St Lucia',
Please login to merge, or discard this patch.
programs/vendor/giggsey/locale/data/en-sd.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * Do not modify this file directly!
10 10
  */
11 11
 
12
-return array (
12
+return array(
13 13
   'BL' => 'St Barthélemy',
14 14
   'KN' => 'St Kitts & Nevis',
15 15
   'LC' => 'St Lucia',
Please login to merge, or discard this patch.
programs/vendor/giggsey/locale/data/dje.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * Do not modify this file directly!
10 10
  */
11 11
 
12
-return array (
12
+return array(
13 13
   'AD' => 'Andoora',
14 14
   'AE' => 'Laaraw Imaarawey Margantey',
15 15
   'AF' => 'Afgaanistan',
Please login to merge, or discard this patch.
programs/vendor/giggsey/locale/data/en-cm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * Do not modify this file directly!
10 10
  */
11 11
 
12
-return array (
12
+return array(
13 13
   'BL' => 'St Barthélemy',
14 14
   'KN' => 'St Kitts & Nevis',
15 15
   'LC' => 'St Lucia',
Please login to merge, or discard this patch.