Completed
Push — develop ( aff1bc...ea37d7 )
by Zack
20:25
created
vendor/composer/autoload_static.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -4,8 +4,7 @@  discard block
 block discarded – undo
4 4
 
5 5
 namespace Composer\Autoload;
6 6
 
7
-class ComposerStaticInit0cf8e0c9ba896b33aaf2e5f60204fcc0
8
-{
7
+class ComposerStaticInit0cf8e0c9ba896b33aaf2e5f60204fcc0 {
9 8
     public static $files = array (
10 9
         'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
11 10
         '0e6d7bf4a5811bfa5cf40c5ccd6fae6a' => __DIR__ . '/..' . '/symfony/polyfill-mbstring/bootstrap.php',
@@ -1352,8 +1351,7 @@  discard block
 block discarded – undo
1352 1351
         'ValueError' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/ValueError.php',
1353 1352
     );
1354 1353
 
1355
-    public static function getInitializer(ClassLoader $loader)
1356
-    {
1354
+    public static function getInitializer(ClassLoader $loader) {
1357 1355
         return \Closure::bind(function () use ($loader) {
1358 1356
             $loader->prefixLengthsPsr4 = ComposerStaticInit0cf8e0c9ba896b33aaf2e5f60204fcc0::$prefixLengthsPsr4;
1359 1357
             $loader->prefixDirsPsr4 = ComposerStaticInit0cf8e0c9ba896b33aaf2e5f60204fcc0::$prefixDirsPsr4;
Please login to merge, or discard this patch.
vendor/composer/autoload_real.php 1 patch
Braces   +4 added lines, -8 removed lines patch added patch discarded remove patch
@@ -2,12 +2,10 @@  discard block
 block discarded – undo
2 2
 
3 3
 // autoload_real.php @generated by Composer
4 4
 
5
-class ComposerAutoloaderInit0cf8e0c9ba896b33aaf2e5f60204fcc0
6
-{
5
+class ComposerAutoloaderInit0cf8e0c9ba896b33aaf2e5f60204fcc0 {
7 6
     private static $loader;
8 7
 
9
-    public static function loadClassLoader($class)
10
-    {
8
+    public static function loadClassLoader($class) {
11 9
         if ('Composer\Autoload\ClassLoader' === $class) {
12 10
             require __DIR__ . '/ClassLoader.php';
13 11
         }
@@ -16,8 +14,7 @@  discard block
 block discarded – undo
16 14
     /**
17 15
      * @return \Composer\Autoload\ClassLoader
18 16
      */
19
-    public static function getLoader()
20
-    {
17
+    public static function getLoader() {
21 18
         if (null !== self::$loader) {
22 19
             return self::$loader;
23 20
         }
@@ -65,8 +62,7 @@  discard block
 block discarded – undo
65 62
     }
66 63
 }
67 64
 
68
-function composerRequire0cf8e0c9ba896b33aaf2e5f60204fcc0($fileIdentifier, $file)
69
-{
65
+function composerRequire0cf8e0c9ba896b33aaf2e5f60204fcc0($fileIdentifier, $file) {
70 66
     if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
71 67
         require $file;
72 68
 
Please login to merge, or discard this patch.