Completed
Pull Request — develop (#1788)
by
unknown
31:13 queued 11:15
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 ComposerStaticInit89d55c7e1138817ef1727de1a0354708
8
-{
7
+class ComposerStaticInit89d55c7e1138817ef1727de1a0354708 {
9 8
     public static $files = array (
10 9
         '5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
11 10
         '72579e7bd17821bb1321b87411366eae' => __DIR__ . '/..' . '/illuminate/support/helpers.php',
@@ -135,8 +134,7 @@  discard block
 block discarded – undo
135 134
         'Katzgrau\\KLogger\\Logger' => __DIR__ . '/..' . '/katzgrau/klogger/src/Logger.php',
136 135
     );
137 136
 
138
-    public static function getInitializer(ClassLoader $loader)
139
-    {
137
+    public static function getInitializer(ClassLoader $loader) {
140 138
         return \Closure::bind(function () use ($loader) {
141 139
             $loader->prefixLengthsPsr4 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$prefixLengthsPsr4;
142 140
             $loader->prefixDirsPsr4 = ComposerStaticInit89d55c7e1138817ef1727de1a0354708::$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 ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708
6
-{
5
+class ComposerAutoloaderInit89d55c7e1138817ef1727de1a0354708 {
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
         }
@@ -45,8 +42,7 @@  discard block
 block discarded – undo
45 42
  * @param string $file
46 43
  * @return void
47 44
  */
48
-function composerRequire89d55c7e1138817ef1727de1a0354708($fileIdentifier, $file)
49
-{
45
+function composerRequire89d55c7e1138817ef1727de1a0354708($fileIdentifier, $file) {
50 46
     if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
51 47
         $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
52 48
 
Please login to merge, or discard this patch.