Completed
Push — master ( 70dfc9...fb2e0c )
by Michael
03:05
created
lib/Xml/EveApiXmlData.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
      * Used to add item to arguments list.
47 47
      *
48 48
      * @param string $name
49
-     * @param mixed  $value
49
+     * @param string  $value
50 50
      *
51 51
      * @throws InvalidArgumentException
52 52
      * @return self Fluent interface.
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
      *
83 83
      * @param string $name
84 84
      *
85
-     * @return null|string
85
+     * @return string
86 86
      * @throws DomainException
87 87
      */
88 88
     public function getEveApiArgument($name)
Please login to merge, or discard this patch.
Indentation   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains EveApiXmlData class.
4
- *
5
- * PHP version 5.5
6
- *
7
- * LICENSE:
8
- * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
- * which can be used to access the Eve Online API data and place it into a
10
- * database.
11
- * Copyright (C) 2014-2016 Michael Cummings
12
- *
13
- * This program is free software: you can redistribute it and/or modify it
14
- * under the terms of the GNU Lesser General Public License as published by the
15
- * Free Software Foundation, either version 3 of the License, or (at your
16
- * option) any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful, but WITHOUT
19
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
- * for more details.
22
- *
23
- * You should have received a copy of the GNU Lesser General Public License
24
- * along with this program. If not, see
25
- * <http://www.gnu.org/licenses/>.
26
- *
27
- * You should be able to find a copy of this license in the LICENSE.md file. A
28
- * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
- *
30
- * @copyright 2014-2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains EveApiXmlData class.
4
+     *
5
+     * PHP version 5.5
6
+     *
7
+     * LICENSE:
8
+     * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
+     * which can be used to access the Eve Online API data and place it into a
10
+     * database.
11
+     * Copyright (C) 2014-2016 Michael Cummings
12
+     *
13
+     * This program is free software: you can redistribute it and/or modify it
14
+     * under the terms of the GNU Lesser General Public License as published by the
15
+     * Free Software Foundation, either version 3 of the License, or (at your
16
+     * option) any later version.
17
+     *
18
+     * This program is distributed in the hope that it will be useful, but WITHOUT
19
+     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
+     * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
+     * for more details.
22
+     *
23
+     * You should have received a copy of the GNU Lesser General Public License
24
+     * along with this program. If not, see
25
+     * <http://www.gnu.org/licenses/>.
26
+     *
27
+     * You should be able to find a copy of this license in the LICENSE.md file. A
28
+     * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
+     *
30
+     * @copyright 2014-2016 Michael Cummings
31
+     * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
+     * @author    Michael Cummings <[email protected]>
33
+     */
34 34
 namespace Yapeal\Xml;
35 35
 
36 36
 use DomainException;
Please login to merge, or discard this patch.
lib/Configuration/Wiring.php 2 patches
Indentation   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains Wiring class.
4
- *
5
- * PHP version 5.5
6
- *
7
- * LICENSE:
8
- * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
- * which can be used to access the Eve Online API data and place it into a
10
- * database.
11
- * Copyright (C) 2014-2016 Michael Cummings
12
- *
13
- * This program is free software: you can redistribute it and/or modify it
14
- * under the terms of the GNU Lesser General Public License as published by the
15
- * Free Software Foundation, either version 3 of the License, or (at your
16
- * option) any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful, but WITHOUT
19
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
- * for more details.
22
- *
23
- * You should have received a copy of the GNU Lesser General Public License
24
- * along with this program. If not, see
25
- * <http://www.gnu.org/licenses/>.
26
- *
27
- * You should be able to find a copy of this license in the LICENSE.md file. A
28
- * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
- *
30
- * @copyright 2014-2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains Wiring class.
4
+     *
5
+     * PHP version 5.5
6
+     *
7
+     * LICENSE:
8
+     * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
+     * which can be used to access the Eve Online API data and place it into a
10
+     * database.
11
+     * Copyright (C) 2014-2016 Michael Cummings
12
+     *
13
+     * This program is free software: you can redistribute it and/or modify it
14
+     * under the terms of the GNU Lesser General Public License as published by the
15
+     * Free Software Foundation, either version 3 of the License, or (at your
16
+     * option) any later version.
17
+     *
18
+     * This program is distributed in the hope that it will be useful, but WITHOUT
19
+     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
+     * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
+     * for more details.
22
+     *
23
+     * You should have received a copy of the GNU Lesser General Public License
24
+     * along with this program. If not, see
25
+     * <http://www.gnu.org/licenses/>.
26
+     *
27
+     * You should be able to find a copy of this license in the LICENSE.md file. A
28
+     * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
+     *
30
+     * @copyright 2014-2016 Michael Cummings
31
+     * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
+     * @author    Michael Cummings <[email protected]>
33
+     */
34 34
 namespace Yapeal\Configuration;
35 35
 
36 36
 use ArrayAccess;
Please login to merge, or discard this patch.
Spacing   +26 added lines, -26 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
         do {
119 119
             $settings = preg_replace_callback(
120 120
                 $regEx,
121
-                function ($match) use ($settings, $dic) {
121
+                function($match) use ($settings, $dic) {
122 122
                     if (!empty($settings[$match['name']])) {
123 123
                         return $settings[$match['name']];
124 124
                     }
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
         $rdi = new RecursiveDirectoryIterator($this->dic['Yapeal.EveApi.dir']);
158 158
         $rdi->setFlags($flags);
159 159
         $rcfi = new RecursiveCallbackFilterIterator(
160
-            $rdi, function ($current, $key, $rdi) {
160
+            $rdi, function($current, $key, $rdi) {
161 161
             /**
162 162
              * @type \RecursiveDirectoryIterator $rdi
163 163
              */
@@ -239,12 +239,12 @@  discard block
 block discarded – undo
239 239
         $dic = $this->dic;
240 240
         if ('none' !== $dic['Yapeal.Cache.fileSystemMode']) {
241 241
             if (empty($dic['Yapeal.FileSystem.CachePreserver'])) {
242
-                $dic['Yapeal.FileSystem.CachePreserver'] = function () use ($dic) {
242
+                $dic['Yapeal.FileSystem.CachePreserver'] = function() use ($dic) {
243 243
                     return new $dic['Yapeal.Cache.Handlers.preserve']($dic['Yapeal.Cache.dir']);
244 244
                 };
245 245
             }
246 246
             if (empty($dic['Yapeal.FileSystem.CacheRetriever'])) {
247
-                $dic['Yapeal.FileSystem.CacheRetriever'] = function () use ($dic) {
247
+                $dic['Yapeal.FileSystem.CacheRetriever'] = function() use ($dic) {
248 248
                     return new $dic['Yapeal.Cache.Handlers.retrieve']($dic['Yapeal.Cache.dir']);
249 249
                 };
250 250
             }
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
         if (!empty($this->dic['Yapeal.Error.Logger'])) {
326 326
             return $this;
327 327
         }
328
-        $this->dic['Yapeal.Error.Logger'] = function ($dic) {
328
+        $this->dic['Yapeal.Error.Logger'] = function($dic) {
329 329
             /**
330 330
              * @type Logger $logger
331 331
              */
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
                     basename($subscriber, '.php')
391 391
                 );
392 392
                 if (!array_key_exists($service, $dic)) {
393
-                    $dic[$service] = function () use ($dic, $service, $mediator) {
393
+                    $dic[$service] = function() use ($dic, $service, $mediator) {
394 394
                         $class = '\\' . str_replace('.', '\\', $service);
395 395
                         /**
396 396
                          * @type \Yapeal\EveApi\EveApiToolsTrait $callable
@@ -408,19 +408,19 @@  discard block
 block discarded – undo
408 408
             }
409 409
         }
410 410
         if (empty($dic['Yapeal.EveApi.Creator'])) {
411
-            $dic['Yapeal.EveApi.Creator'] = function () use ($dic) {
411
+            $dic['Yapeal.EveApi.Creator'] = function() use ($dic) {
412 412
                 $loader = new Twig_Loader_Filesystem($dic['Yapeal.EveApi.dir']);
413 413
                 $twig = new Twig_Environment(
414 414
                     $loader, ['debug' => true, 'strict_variables' => true, 'autoescape' => false]
415 415
                 );
416 416
                 $filter = new Twig_SimpleFilter(
417
-                    'ucFirst', function ($value) {
417
+                    'ucFirst', function($value) {
418 418
                     return ucfirst($value);
419 419
                 }
420 420
                 );
421 421
                 $twig->addFilter($filter);
422 422
                 $filter = new Twig_SimpleFilter(
423
-                    'lcFirst', function ($value) {
423
+                    'lcFirst', function($value) {
424 424
                     return lcfirst($value);
425 425
                 }
426 426
                 );
@@ -450,20 +450,20 @@  discard block
 block discarded – undo
450 450
         $dic = $this->dic;
451 451
         if (empty($dic['Yapeal.Event.EveApiEvent'])) {
452 452
             $dic['Yapeal.Event.EveApi'] = $dic->factory(
453
-                function ($dic) {
453
+                function($dic) {
454 454
                     return new $dic['Yapeal.Event.Factories.eveApi']();
455 455
                 }
456 456
             );
457 457
         }
458 458
         if (empty($this->dic['Yapeal.Event.LogEvent'])) {
459 459
             $this->dic['Yapeal.Event.LogEvent'] = $this->dic->factory(
460
-                function ($dic) {
460
+                function($dic) {
461 461
                     return new $dic['Yapeal.Event.Factories.log'];
462 462
                 }
463 463
             );
464 464
         }
465 465
         if (empty($dic['Yapeal.Event.Mediator'])) {
466
-            $dic['Yapeal.Event.Mediator'] = function ($dic) {
466
+            $dic['Yapeal.Event.Mediator'] = function($dic) {
467 467
                 return new $dic['Yapeal.Event.mediator']($dic);
468 468
             };
469 469
         }
@@ -477,7 +477,7 @@  discard block
 block discarded – undo
477 477
         $dic = $this->dic;
478 478
         $class = $dic['Yapeal.Log.class'];
479 479
         if (empty($dic['Yapeal.Log.Logger'])) {
480
-            $dic['Yapeal.Log.Logger'] = function () use ($dic, $class) {
480
+            $dic['Yapeal.Log.Logger'] = function() use ($dic, $class) {
481 481
                 $group = [];
482 482
                 $lineFormatter = new LineFormatter;
483 483
                 $lineFormatter->includeStacktraces();
@@ -524,7 +524,7 @@  discard block
 block discarded – undo
524 524
     {
525 525
         $dic = $this->dic;
526 526
         if (empty($dic['Yapeal.Network.Client'])) {
527
-            $dic['Yapeal.Network.Client'] = function ($dic) {
527
+            $dic['Yapeal.Network.Client'] = function($dic) {
528 528
                 $appComment = $dic['Yapeal.Network.appComment'];
529 529
                 $appName = $dic['Yapeal.Network.appName'];
530 530
                 $appVersion = $dic['Yapeal.Network.appVersion'];
@@ -593,7 +593,7 @@  discard block
 block discarded – undo
593 593
             };
594 594
         }
595 595
         if (empty($dic['Yapeal.Network.Retriever'])) {
596
-            $dic['Yapeal.Network.Retriever'] = function ($dic) {
596
+            $dic['Yapeal.Network.Retriever'] = function($dic) {
597 597
                 return new GuzzleNetworkRetriever($dic['Yapeal.Network.Client']);
598 598
             };
599 599
         }
@@ -616,7 +616,7 @@  discard block
 block discarded – undo
616 616
     {
617 617
         $dic = $this->dic;
618 618
         if (empty($dic['Yapeal.Sql.CommonQueries'])) {
619
-            $dic['Yapeal.Sql.CommonQueries'] = function ($dic) {
619
+            $dic['Yapeal.Sql.CommonQueries'] = function($dic) {
620 620
                 return new $dic['Yapeal.Sql.sharedSql'](
621 621
                     $dic['Yapeal.Sql.database'], $dic['Yapeal.Sql.tablePrefix']
622 622
                 );
@@ -629,7 +629,7 @@  discard block
 block discarded – undo
629 629
             $mess = 'Unknown platform, was given ' . $dic['Yapeal.Sql.platform'];
630 630
             throw new YapealDatabaseException($mess);
631 631
         }
632
-        $dic['Yapeal.Sql.Connection'] = function ($dic) {
632
+        $dic['Yapeal.Sql.Connection'] = function($dic) {
633 633
             $dsn = $dic['Yapeal.Sql.platform'] . ':host=' . $dic['Yapeal.Sql.hostName'] . ';charset=utf8';
634 634
             if (!empty($dic['Yapeal.Sql.port'])) {
635 635
                 $dsn .= ';port=' . $dic['Yapeal.Sql.port'];
@@ -654,19 +654,19 @@  discard block
 block discarded – undo
654 654
         };
655 655
         if (empty($dic['Yapeal.Sql.Creator'])) {
656 656
             $dic['Yapeal.Sql.Creator'] = $dic->factory(
657
-                function ($dic) {
657
+                function($dic) {
658 658
                     $loader = new Twig_Loader_Filesystem($dic['Yapeal.Sql.dir']);
659 659
                     $twig = new Twig_Environment(
660 660
                         $loader, ['debug' => true, 'strict_variables' => true, 'autoescape' => false]
661 661
                     );
662 662
                     $filter = new Twig_SimpleFilter(
663
-                        'ucFirst', function ($value) {
663
+                        'ucFirst', function($value) {
664 664
                         return ucfirst($value);
665 665
                     }
666 666
                     );
667 667
                     $twig->addFilter($filter);
668 668
                     $filter = new Twig_SimpleFilter(
669
-                        'lcFirst', function ($value) {
669
+                        'lcFirst', function($value) {
670 670
                         return lcfirst($value);
671 671
                     }
672 672
                     );
@@ -702,7 +702,7 @@  discard block
 block discarded – undo
702 702
     {
703 703
         if (empty($this->dic['Yapeal.Xml.Data'])) {
704 704
             $this->dic['Yapeal.Xml.Data'] = $this->dic->factory(
705
-                function ($dic) {
705
+                function($dic) {
706 706
                     return new $dic['Yapeal.Xml.data']();
707 707
                 }
708 708
             );
@@ -720,19 +720,19 @@  discard block
 block discarded – undo
720 720
         $dic = $this->dic;
721 721
         if (empty($dic['Yapeal.Xsd.Creator'])) {
722 722
             $dic['Yapeal.Xsd.Creator'] = $dic->factory(
723
-                function ($dic) {
723
+                function($dic) {
724 724
                     $loader = new Twig_Loader_Filesystem($dic['Yapeal.Xsd.dir']);
725 725
                     $twig = new Twig_Environment(
726 726
                         $loader, ['debug' => true, 'strict_variables' => true, 'autoescape' => false]
727 727
                     );
728 728
                     $filter = new Twig_SimpleFilter(
729
-                        'ucFirst', function ($value) {
729
+                        'ucFirst', function($value) {
730 730
                         return ucfirst($value);
731 731
                     }
732 732
                     );
733 733
                     $twig->addFilter($filter);
734 734
                     $filter = new Twig_SimpleFilter(
735
-                        'lcFirst', function ($value) {
735
+                        'lcFirst', function($value) {
736 736
                         return lcfirst($value);
737 737
                     }
738 738
                     );
@@ -750,7 +750,7 @@  discard block
 block discarded – undo
750 750
         }
751 751
         if (empty($dic['Yapeal.Xsd.Validator'])) {
752 752
             $dic['Yapeal.Xsd.Validator'] = $dic->factory(
753
-                function ($dic) {
753
+                function($dic) {
754 754
                     return new $dic['Yapeal.Xsd.validate']($dic['Yapeal.Xsd.dir']);
755 755
                 }
756 756
             );
@@ -780,7 +780,7 @@  discard block
 block discarded – undo
780 780
         $dic = $this->dic;
781 781
         if (empty($dic['Yapeal.Xsl.Transformer'])) {
782 782
             $dic['Yapeal.Xsl.Transformer'] = $dic->factory(
783
-                function ($dic) {
783
+                function($dic) {
784 784
                     return new $dic['Yapeal.Xsl.transform']($dic['Yapeal.Xsl.dir']);
785 785
                 }
786 786
             );
Please login to merge, or discard this patch.
lib/Configuration/WiringInterface.php 1 patch
Indentation   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains WiringInterface Interface.
4
- *
5
- * PHP version 5.5
6
- *
7
- * LICENSE:
8
- * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
- * which can be used to access the Eve Online API data and place it into a
10
- * database.
11
- * Copyright (C) 2014-2016 Michael Cummings
12
- *
13
- * This program is free software: you can redistribute it and/or modify it
14
- * under the terms of the GNU Lesser General Public License as published by the
15
- * Free Software Foundation, either version 3 of the License, or (at your
16
- * option) any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful, but WITHOUT
19
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
- * for more details.
22
- *
23
- * You should have received a copy of the GNU Lesser General Public License
24
- * along with this program. If not, see
25
- * <http://www.gnu.org/licenses/>.
26
- *
27
- * You should be able to find a copy of this license in the LICENSE.md file. A
28
- * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
- *
30
- * @copyright 2014-2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains WiringInterface Interface.
4
+     *
5
+     * PHP version 5.5
6
+     *
7
+     * LICENSE:
8
+     * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
+     * which can be used to access the Eve Online API data and place it into a
10
+     * database.
11
+     * Copyright (C) 2014-2016 Michael Cummings
12
+     *
13
+     * This program is free software: you can redistribute it and/or modify it
14
+     * under the terms of the GNU Lesser General Public License as published by the
15
+     * Free Software Foundation, either version 3 of the License, or (at your
16
+     * option) any later version.
17
+     *
18
+     * This program is distributed in the hope that it will be useful, but WITHOUT
19
+     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
+     * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
+     * for more details.
22
+     *
23
+     * You should have received a copy of the GNU Lesser General Public License
24
+     * along with this program. If not, see
25
+     * <http://www.gnu.org/licenses/>.
26
+     *
27
+     * You should be able to find a copy of this license in the LICENSE.md file. A
28
+     * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
+     *
30
+     * @copyright 2014-2016 Michael Cummings
31
+     * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
+     * @author    Michael Cummings <[email protected]>
33
+     */
34 34
 namespace Yapeal\Configuration;
35 35
 
36 36
 use Yapeal\Container\ContainerInterface;
Please login to merge, or discard this patch.
lib/Console/Command/AbstractDatabaseCommon.php 1 patch
Indentation   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains AbstractDatabaseCommon class.
4
- *
5
- * PHP version 5.5
6
- *
7
- * LICENSE:
8
- * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
- * which can be used to access the Eve Online API data and place it into a
10
- * database.
11
- * Copyright (C) 2014-2016 Michael Cummings
12
- *
13
- * This program is free software: you can redistribute it and/or modify it
14
- * under the terms of the GNU Lesser General Public License as published by the
15
- * Free Software Foundation, either version 3 of the License, or (at your
16
- * option) any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful, but WITHOUT
19
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
- * for more details.
22
- *
23
- * You should have received a copy of the GNU Lesser General Public License
24
- * along with this program. If not, see
25
- * <http://www.gnu.org/licenses/>.
26
- *
27
- * You should be able to find a copy of this license in the LICENSE.md file. A
28
- * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
- *
30
- * @copyright 2014-2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains AbstractDatabaseCommon class.
4
+     *
5
+     * PHP version 5.5
6
+     *
7
+     * LICENSE:
8
+     * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
+     * which can be used to access the Eve Online API data and place it into a
10
+     * database.
11
+     * Copyright (C) 2014-2016 Michael Cummings
12
+     *
13
+     * This program is free software: you can redistribute it and/or modify it
14
+     * under the terms of the GNU Lesser General Public License as published by the
15
+     * Free Software Foundation, either version 3 of the License, or (at your
16
+     * option) any later version.
17
+     *
18
+     * This program is distributed in the hope that it will be useful, but WITHOUT
19
+     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
+     * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
+     * for more details.
22
+     *
23
+     * You should have received a copy of the GNU Lesser General Public License
24
+     * along with this program. If not, see
25
+     * <http://www.gnu.org/licenses/>.
26
+     *
27
+     * You should be able to find a copy of this license in the LICENSE.md file. A
28
+     * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
+     *
30
+     * @copyright 2014-2016 Michael Cummings
31
+     * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
+     * @author    Michael Cummings <[email protected]>
33
+     */
34 34
 namespace Yapeal\Console\Command;
35 35
 
36 36
 use FilePathNormalizer\FilePathNormalizerTrait;
Please login to merge, or discard this patch.
lib/Console/Command/DatabaseInitializer.php 1 patch
Indentation   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains DatabaseInitializer class.
4
- *
5
- * PHP version 5.5
6
- *
7
- * LICENSE:
8
- * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
- * which can be used to access the Eve Online API data and place it into a
10
- * database.
11
- * Copyright (C) 2014-2016 Michael Cummings
12
- *
13
- * This program is free software: you can redistribute it and/or modify it
14
- * under the terms of the GNU Lesser General Public License as published by the
15
- * Free Software Foundation, either version 3 of the License, or (at your
16
- * option) any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful, but WITHOUT
19
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
- * for more details.
22
- *
23
- * You should have received a copy of the GNU Lesser General Public License
24
- * along with this program. If not, see
25
- * <http://www.gnu.org/licenses/>.
26
- *
27
- * You should be able to find a copy of this license in the LICENSE.md file. A
28
- * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
- *
30
- * @copyright 2014-2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains DatabaseInitializer class.
4
+     *
5
+     * PHP version 5.5
6
+     *
7
+     * LICENSE:
8
+     * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
+     * which can be used to access the Eve Online API data and place it into a
10
+     * database.
11
+     * Copyright (C) 2014-2016 Michael Cummings
12
+     *
13
+     * This program is free software: you can redistribute it and/or modify it
14
+     * under the terms of the GNU Lesser General Public License as published by the
15
+     * Free Software Foundation, either version 3 of the License, or (at your
16
+     * option) any later version.
17
+     *
18
+     * This program is distributed in the hope that it will be useful, but WITHOUT
19
+     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
+     * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
+     * for more details.
22
+     *
23
+     * You should have received a copy of the GNU Lesser General Public License
24
+     * along with this program. If not, see
25
+     * <http://www.gnu.org/licenses/>.
26
+     *
27
+     * You should be able to find a copy of this license in the LICENSE.md file. A
28
+     * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
+     *
30
+     * @copyright 2014-2016 Michael Cummings
31
+     * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
+     * @author    Michael Cummings <[email protected]>
33
+     */
34 34
 namespace Yapeal\Console\Command;
35 35
 
36 36
 use DirectoryIterator;
Please login to merge, or discard this patch.
lib/Console/Command/DatabaseUpdater.php 1 patch
Indentation   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains DatabaseUpdater class.
4
- *
5
- * PHP version 5.5
6
- *
7
- * LICENSE:
8
- * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
- * which can be used to access the Eve Online API data and place it into a
10
- * database.
11
- * Copyright (C) 2014-2016 Michael Cummings
12
- *
13
- * This program is free software: you can redistribute it and/or modify it
14
- * under the terms of the GNU Lesser General Public License as published by the
15
- * Free Software Foundation, either version 3 of the License, or (at your
16
- * option) any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful, but WITHOUT
19
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
- * for more details.
22
- *
23
- * You should have received a copy of the GNU Lesser General Public License
24
- * along with this program. If not, see
25
- * <http://www.gnu.org/licenses/>.
26
- *
27
- * You should be able to find a copy of this license in the LICENSE.md file. A
28
- * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
- *
30
- * @copyright 2014-2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains DatabaseUpdater class.
4
+     *
5
+     * PHP version 5.5
6
+     *
7
+     * LICENSE:
8
+     * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
+     * which can be used to access the Eve Online API data and place it into a
10
+     * database.
11
+     * Copyright (C) 2014-2016 Michael Cummings
12
+     *
13
+     * This program is free software: you can redistribute it and/or modify it
14
+     * under the terms of the GNU Lesser General Public License as published by the
15
+     * Free Software Foundation, either version 3 of the License, or (at your
16
+     * option) any later version.
17
+     *
18
+     * This program is distributed in the hope that it will be useful, but WITHOUT
19
+     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
+     * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
+     * for more details.
22
+     *
23
+     * You should have received a copy of the GNU Lesser General Public License
24
+     * along with this program. If not, see
25
+     * <http://www.gnu.org/licenses/>.
26
+     *
27
+     * You should be able to find a copy of this license in the LICENSE.md file. A
28
+     * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
+     *
30
+     * @copyright 2014-2016 Michael Cummings
31
+     * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
+     * @author    Michael Cummings <[email protected]>
33
+     */
34 34
 namespace Yapeal\Console\Command;
35 35
 
36 36
 use DirectoryIterator;
Please login to merge, or discard this patch.
lib/Console/Command/EveApiCreator.php 1 patch
Indentation   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains EveApiCreator class.
4
- *
5
- * PHP version 5.5
6
- *
7
- * LICENSE:
8
- * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
- * which can be used to access the Eve Online API data and place it into a
10
- * database.
11
- * Copyright (C) 2015-2016 Michael Cummings
12
- *
13
- * This program is free software: you can redistribute it and/or modify it
14
- * under the terms of the GNU Lesser General Public License as published by the
15
- * Free Software Foundation, either version 3 of the License, or (at your
16
- * option) any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful, but WITHOUT
19
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
- * for more details.
22
- *
23
- * You should have received a copy of the GNU Lesser General Public License
24
- * along with this program. If not, see
25
- * <http://www.gnu.org/licenses/>.
26
- *
27
- * You should be able to find a copy of this license in the LICENSE.md file. A
28
- * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
- *
30
- * @copyright 2015-2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains EveApiCreator class.
4
+     *
5
+     * PHP version 5.5
6
+     *
7
+     * LICENSE:
8
+     * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
+     * which can be used to access the Eve Online API data and place it into a
10
+     * database.
11
+     * Copyright (C) 2015-2016 Michael Cummings
12
+     *
13
+     * This program is free software: you can redistribute it and/or modify it
14
+     * under the terms of the GNU Lesser General Public License as published by the
15
+     * Free Software Foundation, either version 3 of the License, or (at your
16
+     * option) any later version.
17
+     *
18
+     * This program is distributed in the hope that it will be useful, but WITHOUT
19
+     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
+     * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
+     * for more details.
22
+     *
23
+     * You should have received a copy of the GNU Lesser General Public License
24
+     * along with this program. If not, see
25
+     * <http://www.gnu.org/licenses/>.
26
+     *
27
+     * You should be able to find a copy of this license in the LICENSE.md file. A
28
+     * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
+     *
30
+     * @copyright 2015-2016 Michael Cummings
31
+     * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
+     * @author    Michael Cummings <[email protected]>
33
+     */
34 34
 namespace Yapeal\Console\Command;
35 35
 
36 36
 use Symfony\Component\Console\Command\Command;
Please login to merge, or discard this patch.
lib/Console/Command/EveApiCreatorTrait.php 1 patch
Indentation   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains EveApiCreatorTrait trait.
4
- *
5
- * PHP version 5.5
6
- *
7
- * LICENSE:
8
- * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
- * which can be used to access the Eve Online API data and place it into a
10
- * database.
11
- * Copyright (C) 2015-2016 Michael Cummings
12
- *
13
- * This program is free software: you can redistribute it and/or modify it
14
- * under the terms of the GNU Lesser General Public License as published by the
15
- * Free Software Foundation, either version 3 of the License, or (at your
16
- * option) any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful, but WITHOUT
19
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
- * for more details.
22
- *
23
- * You should have received a copy of the GNU Lesser General Public License
24
- * along with this program. If not, see
25
- * <http://www.gnu.org/licenses/>.
26
- *
27
- * You should be able to find a copy of this license in the LICENSE.md file. A
28
- * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
- *
30
- * @copyright 2015-2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains EveApiCreatorTrait trait.
4
+     *
5
+     * PHP version 5.5
6
+     *
7
+     * LICENSE:
8
+     * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
+     * which can be used to access the Eve Online API data and place it into a
10
+     * database.
11
+     * Copyright (C) 2015-2016 Michael Cummings
12
+     *
13
+     * This program is free software: you can redistribute it and/or modify it
14
+     * under the terms of the GNU Lesser General Public License as published by the
15
+     * Free Software Foundation, either version 3 of the License, or (at your
16
+     * option) any later version.
17
+     *
18
+     * This program is distributed in the hope that it will be useful, but WITHOUT
19
+     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
+     * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
+     * for more details.
22
+     *
23
+     * You should have received a copy of the GNU Lesser General Public License
24
+     * along with this program. If not, see
25
+     * <http://www.gnu.org/licenses/>.
26
+     *
27
+     * You should be able to find a copy of this license in the LICENSE.md file. A
28
+     * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
+     *
30
+     * @copyright 2015-2016 Michael Cummings
31
+     * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
+     * @author    Michael Cummings <[email protected]>
33
+     */
34 34
 namespace Yapeal\Console\Command;
35 35
 
36 36
 use FilePathNormalizer\FilePathNormalizerTrait;
Please login to merge, or discard this patch.
lib/Console/Command/EveApiRetriever.php 1 patch
Indentation   +31 added lines, -31 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains EveApiRetriever class.
4
- *
5
- * PHP version 5.5
6
- *
7
- * LICENSE:
8
- * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
- * which can be used to access the Eve Online API data and place it into a
10
- * database.
11
- * Copyright (C) 2014-2016 Michael Cummings
12
- *
13
- * This program is free software: you can redistribute it and/or modify it
14
- * under the terms of the GNU Lesser General Public License as published by the
15
- * Free Software Foundation, either version 3 of the License, or (at your
16
- * option) any later version.
17
- *
18
- * This program is distributed in the hope that it will be useful, but WITHOUT
19
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
- * for more details.
22
- *
23
- * You should have received a copy of the GNU Lesser General Public License
24
- * along with this program. If not, see
25
- * <http://www.gnu.org/licenses/>.
26
- *
27
- * You should be able to find a copy of this license in the LICENSE.md file. A
28
- * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
- *
30
- * @copyright 2014-2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains EveApiRetriever class.
4
+     *
5
+     * PHP version 5.5
6
+     *
7
+     * LICENSE:
8
+     * This file is part of Yet Another Php Eve Api Library also know as Yapeal
9
+     * which can be used to access the Eve Online API data and place it into a
10
+     * database.
11
+     * Copyright (C) 2014-2016 Michael Cummings
12
+     *
13
+     * This program is free software: you can redistribute it and/or modify it
14
+     * under the terms of the GNU Lesser General Public License as published by the
15
+     * Free Software Foundation, either version 3 of the License, or (at your
16
+     * option) any later version.
17
+     *
18
+     * This program is distributed in the hope that it will be useful, but WITHOUT
19
+     * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
+     * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
21
+     * for more details.
22
+     *
23
+     * You should have received a copy of the GNU Lesser General Public License
24
+     * along with this program. If not, see
25
+     * <http://www.gnu.org/licenses/>.
26
+     *
27
+     * You should be able to find a copy of this license in the LICENSE.md file. A
28
+     * copy of the GNU GPL should also be available in the GNU-GPL.md file.
29
+     *
30
+     * @copyright 2014-2016 Michael Cummings
31
+     * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
+     * @author    Michael Cummings <[email protected]>
33
+     */
34 34
 namespace Yapeal\Console\Command;
35 35
 
36 36
 use FilePathNormalizer\FilePathNormalizerTrait;
Please login to merge, or discard this patch.