GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 068321...4e88a2 )
by Calima
05:47
created
vendor/composer/autoload_namespaces.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,6 +6,6 @@
 block discarded – undo
6 6
 $baseDir = dirname($vendorDir);
7 7
 
8 8
 return array(
9
-    'Symfony\\Component\\Console\\' => array($vendorDir . '/symfony/console'),
10
-    'Symfony\\Bridge\\Swiftmailer\\' => array($vendorDir . '/symfony/swiftmailer-bridge'),
9
+    'Symfony\\Component\\Console\\' => array($vendorDir.'/symfony/console'),
10
+    'Symfony\\Bridge\\Swiftmailer\\' => array($vendorDir.'/symfony/swiftmailer-bridge'),
11 11
 );
Please login to merge, or discard this patch.
vendor/composer/autoload_files.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -6,6 +6,6 @@
 block discarded – undo
6 6
 $baseDir = dirname($vendorDir);
7 7
 
8 8
 return array(
9
-    $vendorDir . '/swiftmailer/swiftmailer/lib/swift_required.php',
10
-    $vendorDir . '/vrana/notorm/NotORM.php',
9
+    $vendorDir.'/swiftmailer/swiftmailer/lib/swift_required.php',
10
+    $vendorDir.'/vrana/notorm/NotORM.php',
11 11
 );
Please login to merge, or discard this patch.
vendor/composer/autoload_classmap.php 1 patch
Spacing   +49 added lines, -49 removed lines patch added patch discarded remove patch
@@ -6,53 +6,53 @@
 block discarded – undo
6 6
 $baseDir = dirname($vendorDir);
7 7
 
8 8
 return array(
9
-    'DatabaseProvider' => $baseDir . '/Sistema/librerias/ORMbasico/DatabaseProvider.php',
10
-    'MySqlProvider' => $baseDir . '/Sistema/librerias/ORMbasico/Database.php',
11
-    'ORM' => $baseDir . '/Sistema/librerias/ORMbasico/ORM.php',
12
-    'R' => $baseDir . '/Sistema/librerias/rb.php',
13
-    'RedBeanPHP\\Adapter' => $baseDir . '/Sistema/librerias/rb.php',
14
-    'RedBeanPHP\\Adapter\\DBAdapter' => $baseDir . '/Sistema/librerias/rb.php',
15
-    'RedBeanPHP\\AssociationManager' => $baseDir . '/Sistema/librerias/rb.php',
16
-    'RedBeanPHP\\BeanCollection' => $baseDir . '/Sistema/librerias/rb.php',
17
-    'RedBeanPHP\\BeanHelper' => $baseDir . '/Sistema/librerias/rb.php',
18
-    'RedBeanPHP\\BeanHelper\\SimpleFacadeBeanHelper' => $baseDir . '/Sistema/librerias/rb.php',
19
-    'RedBeanPHP\\Cursor' => $baseDir . '/Sistema/librerias/rb.php',
20
-    'RedBeanPHP\\Cursor\\NullCursor' => $baseDir . '/Sistema/librerias/rb.php',
21
-    'RedBeanPHP\\Cursor\\PDOCursor' => $baseDir . '/Sistema/librerias/rb.php',
22
-    'RedBeanPHP\\Driver' => $baseDir . '/Sistema/librerias/rb.php',
23
-    'RedBeanPHP\\Driver\\RPDO' => $baseDir . '/Sistema/librerias/rb.php',
24
-    'RedBeanPHP\\DuplicationManager' => $baseDir . '/Sistema/librerias/rb.php',
25
-    'RedBeanPHP\\Facade' => $baseDir . '/Sistema/librerias/rb.php',
26
-    'RedBeanPHP\\Finder' => $baseDir . '/Sistema/librerias/rb.php',
27
-    'RedBeanPHP\\LabelMaker' => $baseDir . '/Sistema/librerias/rb.php',
28
-    'RedBeanPHP\\Logger' => $baseDir . '/Sistema/librerias/rb.php',
29
-    'RedBeanPHP\\Logger\\RDefault' => $baseDir . '/Sistema/librerias/rb.php',
30
-    'RedBeanPHP\\Logger\\RDefault\\Debug' => $baseDir . '/Sistema/librerias/rb.php',
31
-    'RedBeanPHP\\OODB' => $baseDir . '/Sistema/librerias/rb.php',
32
-    'RedBeanPHP\\OODBBean' => $baseDir . '/Sistema/librerias/rb.php',
33
-    'RedBeanPHP\\Observable' => $baseDir . '/Sistema/librerias/rb.php',
34
-    'RedBeanPHP\\Observer' => $baseDir . '/Sistema/librerias/rb.php',
35
-    'RedBeanPHP\\Plugin' => $baseDir . '/Sistema/librerias/rb.php',
36
-    'RedBeanPHP\\QueryWriter' => $baseDir . '/Sistema/librerias/rb.php',
37
-    'RedBeanPHP\\QueryWriter\\AQueryWriter' => $baseDir . '/Sistema/librerias/rb.php',
38
-    'RedBeanPHP\\QueryWriter\\MySQL' => $baseDir . '/Sistema/librerias/rb.php',
39
-    'RedBeanPHP\\QueryWriter\\PostgreSQL' => $baseDir . '/Sistema/librerias/rb.php',
40
-    'RedBeanPHP\\QueryWriter\\SQLiteT' => $baseDir . '/Sistema/librerias/rb.php',
41
-    'RedBeanPHP\\RedException' => $baseDir . '/Sistema/librerias/rb.php',
42
-    'RedBeanPHP\\RedException\\SQL' => $baseDir . '/Sistema/librerias/rb.php',
43
-    'RedBeanPHP\\Repository' => $baseDir . '/Sistema/librerias/rb.php',
44
-    'RedBeanPHP\\Repository\\Fluid' => $baseDir . '/Sistema/librerias/rb.php',
45
-    'RedBeanPHP\\Repository\\Frozen' => $baseDir . '/Sistema/librerias/rb.php',
46
-    'RedBeanPHP\\SimpleModel' => $baseDir . '/Sistema/librerias/rb.php',
47
-    'RedBeanPHP\\SimpleModelHelper' => $baseDir . '/Sistema/librerias/rb.php',
48
-    'RedBeanPHP\\TagManager' => $baseDir . '/Sistema/librerias/rb.php',
49
-    'RedBeanPHP\\ToolBox' => $baseDir . '/Sistema/librerias/rb.php',
50
-    'RedBean_SimpleModel' => $baseDir . '/Sistema/librerias/rb.php',
51
-    'Sistema\\Ayudantes\\CFPHPAyuda' => $baseDir . '/Sistema/Ayudantes/CFPHPAyuda.php',
52
-    'Sistema\\Ayudantes\\CFPHPCache' => $baseDir . '/Sistema/Ayudantes/CFPHPCache.php',
53
-    'Sistema\\Ayudantes\\CFPHPFormularios' => $baseDir . '/Sistema/Ayudantes/CFPHPFormularios.php',
54
-    'Sistema\\Ayudantes\\CFPHPMenu' => $baseDir . '/Sistema/Ayudantes/CFPHPMenu.php',
55
-    'Sistema\\Ayudantes\\CFPHPSeguridad' => $baseDir . '/Sistema/Ayudantes/CFPHPSeguridad.php',
56
-    'Sistema\\Ayudantes\\CFPHPVinculos' => $baseDir . '/Sistema/Ayudantes/CFPHPVinculos.php',
57
-    'Sistema\\Ayudantes\\Cf_PHPPaginator' => $baseDir . '/Sistema/Ayudantes/CFPHPPaginador.php',
9
+    'DatabaseProvider' => $baseDir.'/Sistema/librerias/ORMbasico/DatabaseProvider.php',
10
+    'MySqlProvider' => $baseDir.'/Sistema/librerias/ORMbasico/Database.php',
11
+    'ORM' => $baseDir.'/Sistema/librerias/ORMbasico/ORM.php',
12
+    'R' => $baseDir.'/Sistema/librerias/rb.php',
13
+    'RedBeanPHP\\Adapter' => $baseDir.'/Sistema/librerias/rb.php',
14
+    'RedBeanPHP\\Adapter\\DBAdapter' => $baseDir.'/Sistema/librerias/rb.php',
15
+    'RedBeanPHP\\AssociationManager' => $baseDir.'/Sistema/librerias/rb.php',
16
+    'RedBeanPHP\\BeanCollection' => $baseDir.'/Sistema/librerias/rb.php',
17
+    'RedBeanPHP\\BeanHelper' => $baseDir.'/Sistema/librerias/rb.php',
18
+    'RedBeanPHP\\BeanHelper\\SimpleFacadeBeanHelper' => $baseDir.'/Sistema/librerias/rb.php',
19
+    'RedBeanPHP\\Cursor' => $baseDir.'/Sistema/librerias/rb.php',
20
+    'RedBeanPHP\\Cursor\\NullCursor' => $baseDir.'/Sistema/librerias/rb.php',
21
+    'RedBeanPHP\\Cursor\\PDOCursor' => $baseDir.'/Sistema/librerias/rb.php',
22
+    'RedBeanPHP\\Driver' => $baseDir.'/Sistema/librerias/rb.php',
23
+    'RedBeanPHP\\Driver\\RPDO' => $baseDir.'/Sistema/librerias/rb.php',
24
+    'RedBeanPHP\\DuplicationManager' => $baseDir.'/Sistema/librerias/rb.php',
25
+    'RedBeanPHP\\Facade' => $baseDir.'/Sistema/librerias/rb.php',
26
+    'RedBeanPHP\\Finder' => $baseDir.'/Sistema/librerias/rb.php',
27
+    'RedBeanPHP\\LabelMaker' => $baseDir.'/Sistema/librerias/rb.php',
28
+    'RedBeanPHP\\Logger' => $baseDir.'/Sistema/librerias/rb.php',
29
+    'RedBeanPHP\\Logger\\RDefault' => $baseDir.'/Sistema/librerias/rb.php',
30
+    'RedBeanPHP\\Logger\\RDefault\\Debug' => $baseDir.'/Sistema/librerias/rb.php',
31
+    'RedBeanPHP\\OODB' => $baseDir.'/Sistema/librerias/rb.php',
32
+    'RedBeanPHP\\OODBBean' => $baseDir.'/Sistema/librerias/rb.php',
33
+    'RedBeanPHP\\Observable' => $baseDir.'/Sistema/librerias/rb.php',
34
+    'RedBeanPHP\\Observer' => $baseDir.'/Sistema/librerias/rb.php',
35
+    'RedBeanPHP\\Plugin' => $baseDir.'/Sistema/librerias/rb.php',
36
+    'RedBeanPHP\\QueryWriter' => $baseDir.'/Sistema/librerias/rb.php',
37
+    'RedBeanPHP\\QueryWriter\\AQueryWriter' => $baseDir.'/Sistema/librerias/rb.php',
38
+    'RedBeanPHP\\QueryWriter\\MySQL' => $baseDir.'/Sistema/librerias/rb.php',
39
+    'RedBeanPHP\\QueryWriter\\PostgreSQL' => $baseDir.'/Sistema/librerias/rb.php',
40
+    'RedBeanPHP\\QueryWriter\\SQLiteT' => $baseDir.'/Sistema/librerias/rb.php',
41
+    'RedBeanPHP\\RedException' => $baseDir.'/Sistema/librerias/rb.php',
42
+    'RedBeanPHP\\RedException\\SQL' => $baseDir.'/Sistema/librerias/rb.php',
43
+    'RedBeanPHP\\Repository' => $baseDir.'/Sistema/librerias/rb.php',
44
+    'RedBeanPHP\\Repository\\Fluid' => $baseDir.'/Sistema/librerias/rb.php',
45
+    'RedBeanPHP\\Repository\\Frozen' => $baseDir.'/Sistema/librerias/rb.php',
46
+    'RedBeanPHP\\SimpleModel' => $baseDir.'/Sistema/librerias/rb.php',
47
+    'RedBeanPHP\\SimpleModelHelper' => $baseDir.'/Sistema/librerias/rb.php',
48
+    'RedBeanPHP\\TagManager' => $baseDir.'/Sistema/librerias/rb.php',
49
+    'RedBeanPHP\\ToolBox' => $baseDir.'/Sistema/librerias/rb.php',
50
+    'RedBean_SimpleModel' => $baseDir.'/Sistema/librerias/rb.php',
51
+    'Sistema\\Ayudantes\\CFPHPAyuda' => $baseDir.'/Sistema/Ayudantes/CFPHPAyuda.php',
52
+    'Sistema\\Ayudantes\\CFPHPCache' => $baseDir.'/Sistema/Ayudantes/CFPHPCache.php',
53
+    'Sistema\\Ayudantes\\CFPHPFormularios' => $baseDir.'/Sistema/Ayudantes/CFPHPFormularios.php',
54
+    'Sistema\\Ayudantes\\CFPHPMenu' => $baseDir.'/Sistema/Ayudantes/CFPHPMenu.php',
55
+    'Sistema\\Ayudantes\\CFPHPSeguridad' => $baseDir.'/Sistema/Ayudantes/CFPHPSeguridad.php',
56
+    'Sistema\\Ayudantes\\CFPHPVinculos' => $baseDir.'/Sistema/Ayudantes/CFPHPVinculos.php',
57
+    'Sistema\\Ayudantes\\Cf_PHPPaginator' => $baseDir.'/Sistema/Ayudantes/CFPHPPaginador.php',
58 58
 );
Please login to merge, or discard this patch.
vendor/composer/autoload_psr4.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -6,8 +6,8 @@
 block discarded – undo
6 6
 $baseDir = dirname($vendorDir);
7 7
 
8 8
 return array(
9
-    'Symfony\\Bundle\\SwiftmailerBundle\\' => array($vendorDir . '/symfony/swiftmailer-bundle'),
10
-    'Sistema\\Nucleo\\' => array($baseDir . '/Sistema/Nucleo'),
11
-    'Sistema\\Librerias\\' => array($baseDir . '/Sistema/Librerias'),
12
-    'Sistema\\Ayudantes\\' => array($baseDir . '/Sistema/Ayudantes'),
9
+    'Symfony\\Bundle\\SwiftmailerBundle\\' => array($vendorDir.'/symfony/swiftmailer-bundle'),
10
+    'Sistema\\Nucleo\\' => array($baseDir.'/Sistema/Nucleo'),
11
+    'Sistema\\Librerias\\' => array($baseDir.'/Sistema/Librerias'),
12
+    'Sistema\\Ayudantes\\' => array($baseDir.'/Sistema/Ayudantes'),
13 13
 );
Please login to merge, or discard this patch.
vendor/composer/autoload_real.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
     public static function loadClassLoader($class)
10 10
     {
11 11
         if ('Composer\Autoload\ClassLoader' === $class) {
12
-            require __DIR__ . '/ClassLoader.php';
12
+            require __DIR__.'/ClassLoader.php';
13 13
         }
14 14
     }
15 15
 
@@ -23,17 +23,17 @@  discard block
 block discarded – undo
23 23
         self::$loader = $loader = new \Composer\Autoload\ClassLoader();
24 24
         spl_autoload_unregister(array('ComposerAutoloaderInit37b7553aa02ca13cf02c966b49fecf89', 'loadClassLoader'));
25 25
 
26
-        $map = require __DIR__ . '/autoload_namespaces.php';
26
+        $map = require __DIR__.'/autoload_namespaces.php';
27 27
         foreach ($map as $namespace => $path) {
28 28
             $loader->set($namespace, $path);
29 29
         }
30 30
 
31
-        $map = require __DIR__ . '/autoload_psr4.php';
31
+        $map = require __DIR__.'/autoload_psr4.php';
32 32
         foreach ($map as $namespace => $path) {
33 33
             $loader->setPsr4($namespace, $path);
34 34
         }
35 35
 
36
-        $classMap = require __DIR__ . '/autoload_classmap.php';
36
+        $classMap = require __DIR__.'/autoload_classmap.php';
37 37
         if ($classMap) {
38 38
             $loader->addClassMap($classMap);
39 39
         }
Please login to merge, or discard this patch.
vendor/symfony/console/Symfony/Component/Console/Shell.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
                 ;
104 104
 
105 105
                 $output = $this->output;
106
-                $process->run(function ($type, $data) use ($output) {
106
+                $process->run(function($type, $data) use ($output) {
107 107
                     $output->writeln($data);
108 108
                 });
109 109
 
Please login to merge, or discard this patch.
vendor/symfony/console/Symfony/Component/Console/Helper/DialogHelper.php 2 patches
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
 
55 55
         $output->writeln($messages);
56 56
 
57
-        $result = $this->askAndValidate($output, '> ', function ($picked) use ($choices, $errorMessage, $multiselect) {
57
+        $result = $this->askAndValidate($output, '> ', function($picked) use ($choices, $errorMessage, $multiselect) {
58 58
             // Collapse all spaces.
59 59
             $selectedChoices = str_replace(' ', '', $picked);
60 60
 
@@ -341,7 +341,7 @@  discard block
 block discarded – undo
341 341
     {
342 342
         $that = $this;
343 343
 
344
-        $interviewer = function () use ($output, $question, $default, $autocomplete, $that) {
344
+        $interviewer = function() use ($output, $question, $default, $autocomplete, $that) {
345 345
             return $that->ask($output, $question, $default, $autocomplete);
346 346
         };
347 347
 
@@ -370,7 +370,7 @@  discard block
 block discarded – undo
370 370
     {
371 371
         $that = $this;
372 372
 
373
-        $interviewer = function () use ($output, $question, $fallback, $that) {
373
+        $interviewer = function() use ($output, $question, $fallback, $that) {
374 374
             return $that->askHiddenResponse($output, $question, $fallback);
375 375
         };
376 376
 
Please login to merge, or discard this patch.
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -32,8 +32,8 @@  discard block
 block discarded – undo
32 32
      * Asks the user to select a value.
33 33
      *
34 34
      * @param OutputInterface $output       An Output instance
35
-     * @param string|array    $question     The question to ask
36
-     * @param array           $choices      List of choices to pick from
35
+     * @param string    $question     The question to ask
36
+     * @param string[]           $choices      List of choices to pick from
37 37
      * @param bool|string     $default      The default answer if the user enters nothing
38 38
      * @param bool|int        $attempts     Max number of times to ask before giving up (false by default, which means infinite)
39 39
      * @param string          $errorMessage Message which will be shown if invalid value from choice list would be picked
@@ -230,7 +230,7 @@  discard block
 block discarded – undo
230 230
      * The question will be asked until the user answers by nothing, yes, or no.
231 231
      *
232 232
      * @param OutputInterface $output   An Output instance
233
-     * @param string|array    $question The question to ask
233
+     * @param string    $question The question to ask
234 234
      * @param bool            $default  The default answer if the user enters nothing
235 235
      *
236 236
      * @return bool true if the user has confirmed, false otherwise
@@ -327,13 +327,13 @@  discard block
 block discarded – undo
327 327
      * otherwise.
328 328
      *
329 329
      * @param OutputInterface $output       An Output instance
330
-     * @param string|array    $question     The question to ask
330
+     * @param string    $question     The question to ask
331 331
      * @param callable        $validator    A PHP callback
332 332
      * @param int|false       $attempts     Max number of times to ask before giving up (false by default, which means infinite)
333 333
      * @param string          $default      The default answer if none is given by the user
334 334
      * @param array           $autocomplete List of values to autocomplete
335 335
      *
336
-     * @return mixed
336
+     * @return string
337 337
      *
338 338
      * @throws \Exception When any of the validators return an error
339 339
      */
@@ -392,7 +392,7 @@  discard block
 block discarded – undo
392 392
     /**
393 393
      * Returns the helper's input stream.
394 394
      *
395
-     * @return string
395
+     * @return resource
396 396
      */
397 397
     public function getInputStream()
398 398
     {
Please login to merge, or discard this patch.
vendor/symfony/console/Symfony/Component/Console/Helper/QuestionHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
         $that = $this;
53 53
 
54
-        $interviewer = function () use ($output, $question, $that) {
54
+        $interviewer = function() use ($output, $question, $that) {
55 55
             return $that->doAsk($output, $question);
56 56
         };
57 57
 
Please login to merge, or discard this patch.
symfony/console/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
             }
129 129
 
130 130
             $this->write("\n\n");
131
-            $this->write(implode("\n", array_map(function ($commandName) {
131
+            $this->write(implode("\n", array_map(function($commandName) {
132 132
                 return '* '.$commandName;
133 133
             }, $namespace['commands'])));
134 134
         }
Please login to merge, or discard this patch.