Completed
Push — master ( 88904c...4b23aa )
by Michael
02:50
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
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
         do {
109 109
             $settings = preg_replace_callback(
110 110
                 $regEx,
111
-                function ($match) use ($settings, $dic) {
111
+                function($match) use ($settings, $dic) {
112 112
                     if (!empty($settings[$match['name']])) {
113 113
                         return $settings[$match['name']];
114 114
                     }
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
148 148
         $rdi->setFlags($flags);
149 149
         /** @noinspection SpellCheckingInspection */
150 150
         $rcfi = new RecursiveCallbackFilterIterator(
151
-            $rdi, function (\SplFileInfo $current, $key, \RecursiveDirectoryIterator $rdi) {
151
+            $rdi, function(\SplFileInfo $current, $key, \RecursiveDirectoryIterator $rdi) {
152 152
             if ($rdi->hasChildren()) {
153 153
                 return true;
154 154
             }
@@ -227,12 +227,12 @@  discard block
 block discarded – undo
227 227
         $dic = $this->dic;
228 228
         if ('none' !== $dic['Yapeal.Cache.fileSystemMode']) {
229 229
             if (empty($dic['Yapeal.FileSystem.CachePreserver'])) {
230
-                $dic['Yapeal.FileSystem.CachePreserver'] = function () use ($dic) {
230
+                $dic['Yapeal.FileSystem.CachePreserver'] = function() use ($dic) {
231 231
                     return new $dic['Yapeal.Cache.Handlers.preserve']($dic['Yapeal.Cache.dir']);
232 232
                 };
233 233
             }
234 234
             if (empty($dic['Yapeal.FileSystem.CacheRetriever'])) {
235
-                $dic['Yapeal.FileSystem.CacheRetriever'] = function () use ($dic) {
235
+                $dic['Yapeal.FileSystem.CacheRetriever'] = function() use ($dic) {
236 236
                     return new $dic['Yapeal.Cache.Handlers.retrieve']($dic['Yapeal.Cache.dir']);
237 237
                 };
238 238
             }
@@ -309,7 +309,7 @@  discard block
 block discarded – undo
309 309
         if (!empty($this->dic['Yapeal.Error.Logger'])) {
310 310
             return $this;
311 311
         }
312
-        $this->dic['Yapeal.Error.Logger'] = function ($dic) {
312
+        $this->dic['Yapeal.Error.Logger'] = function($dic) {
313 313
             /**
314 314
              * @type Logger $logger
315 315
              */
@@ -374,7 +374,7 @@  discard block
 block discarded – undo
374 374
                     basename($subscriber, '.php')
375 375
                 );
376 376
                 if (!array_key_exists($service, $dic)) {
377
-                    $dic[$service] = function () use ($dic, $service) {
377
+                    $dic[$service] = function() use ($dic, $service) {
378 378
                         $class = '\\' . str_replace('.', '\\', $service);
379 379
                         /**
380 380
                          * @type \Yapeal\EveApi\EveApiToolsTrait $callable
@@ -392,19 +392,19 @@  discard block
 block discarded – undo
392 392
             }
393 393
         }
394 394
         if (empty($dic['Yapeal.EveApi.Creator'])) {
395
-            $dic['Yapeal.EveApi.Creator'] = function () use ($dic) {
395
+            $dic['Yapeal.EveApi.Creator'] = function() use ($dic) {
396 396
                 $loader = new Twig_Loader_Filesystem($dic['Yapeal.EveApi.dir']);
397 397
                 $twig = new Twig_Environment(
398 398
                     $loader, ['debug' => true, 'strict_variables' => true, 'autoescape' => false]
399 399
                 );
400 400
                 $filter = new Twig_SimpleFilter(
401
-                    'ucFirst', function ($value) {
401
+                    'ucFirst', function($value) {
402 402
                     return ucfirst($value);
403 403
                 }
404 404
                 );
405 405
                 $twig->addFilter($filter);
406 406
                 $filter = new Twig_SimpleFilter(
407
-                    'lcFirst', function ($value) {
407
+                    'lcFirst', function($value) {
408 408
                     return lcfirst($value);
409 409
                 }
410 410
                 );
@@ -434,20 +434,20 @@  discard block
 block discarded – undo
434 434
         $dic = $this->dic;
435 435
         if (empty($dic['Yapeal.Event.EveApiEvent'])) {
436 436
             $dic['Yapeal.Event.EveApi'] = $dic->factory(
437
-                function ($dic) {
437
+                function($dic) {
438 438
                     return new $dic['Yapeal.Event.Factories.eveApi']();
439 439
                 }
440 440
             );
441 441
         }
442 442
         if (empty($this->dic['Yapeal.Event.LogEvent'])) {
443 443
             $this->dic['Yapeal.Event.LogEvent'] = $this->dic->factory(
444
-                function ($dic) {
444
+                function($dic) {
445 445
                     return new $dic['Yapeal.Event.Factories.log'];
446 446
                 }
447 447
             );
448 448
         }
449 449
         if (empty($dic['Yapeal.Event.Mediator'])) {
450
-            $dic['Yapeal.Event.Mediator'] = function ($dic) {
450
+            $dic['Yapeal.Event.Mediator'] = function($dic) {
451 451
                 return new $dic['Yapeal.Event.mediator']($dic);
452 452
             };
453 453
         }
@@ -461,7 +461,7 @@  discard block
 block discarded – undo
461 461
         $dic = $this->dic;
462 462
         $class = $dic['Yapeal.Log.class'];
463 463
         if (empty($dic['Yapeal.Log.Logger'])) {
464
-            $dic['Yapeal.Log.Logger'] = function () use ($dic, $class) {
464
+            $dic['Yapeal.Log.Logger'] = function() use ($dic, $class) {
465 465
                 $group = [];
466 466
                 $lineFormatter = new LineFormatter;
467 467
                 $lineFormatter->includeStacktraces();
@@ -508,7 +508,7 @@  discard block
 block discarded – undo
508 508
     {
509 509
         $dic = $this->dic;
510 510
         if (empty($dic['Yapeal.Network.Client'])) {
511
-            $dic['Yapeal.Network.Client'] = function ($dic) {
511
+            $dic['Yapeal.Network.Client'] = function($dic) {
512 512
                 $appComment = $dic['Yapeal.Network.appComment'];
513 513
                 $appName = $dic['Yapeal.Network.appName'];
514 514
                 $appVersion = $dic['Yapeal.Network.appVersion'];
@@ -577,7 +577,7 @@  discard block
 block discarded – undo
577 577
             };
578 578
         }
579 579
         if (empty($dic['Yapeal.Network.Retriever'])) {
580
-            $dic['Yapeal.Network.Retriever'] = function ($dic) {
580
+            $dic['Yapeal.Network.Retriever'] = function($dic) {
581 581
                 return new GuzzleNetworkRetriever($dic['Yapeal.Network.Client']);
582 582
             };
583 583
         }
@@ -600,7 +600,7 @@  discard block
 block discarded – undo
600 600
     {
601 601
         $dic = $this->dic;
602 602
         if (empty($dic['Yapeal.Sql.CommonQueries'])) {
603
-            $dic['Yapeal.Sql.CommonQueries'] = function ($dic) {
603
+            $dic['Yapeal.Sql.CommonQueries'] = function($dic) {
604 604
                 return new $dic['Yapeal.Sql.sharedSql'](
605 605
                     $dic['Yapeal.Sql.database'], $dic['Yapeal.Sql.tablePrefix']
606 606
                 );
@@ -613,7 +613,7 @@  discard block
 block discarded – undo
613 613
             $mess = 'Unknown platform, was given ' . $dic['Yapeal.Sql.platform'];
614 614
             throw new YapealDatabaseException($mess);
615 615
         }
616
-        $dic['Yapeal.Sql.Connection'] = function ($dic) {
616
+        $dic['Yapeal.Sql.Connection'] = function($dic) {
617 617
             $dsn = $dic['Yapeal.Sql.platform'] . ':host=' . $dic['Yapeal.Sql.hostName'] . ';charset=utf8';
618 618
             if (!empty($dic['Yapeal.Sql.port'])) {
619 619
                 $dsn .= ';port=' . $dic['Yapeal.Sql.port'];
@@ -638,19 +638,19 @@  discard block
 block discarded – undo
638 638
         };
639 639
         if (empty($dic['Yapeal.Sql.Creator'])) {
640 640
             $dic['Yapeal.Sql.Creator'] = $dic->factory(
641
-                function ($dic) {
641
+                function($dic) {
642 642
                     $loader = new Twig_Loader_Filesystem($dic['Yapeal.Sql.dir']);
643 643
                     $twig = new Twig_Environment(
644 644
                         $loader, ['debug' => true, 'strict_variables' => true, 'autoescape' => false]
645 645
                     );
646 646
                     $filter = new Twig_SimpleFilter(
647
-                        'ucFirst', function ($value) {
647
+                        'ucFirst', function($value) {
648 648
                         return ucfirst($value);
649 649
                     }
650 650
                     );
651 651
                     $twig->addFilter($filter);
652 652
                     $filter = new Twig_SimpleFilter(
653
-                        'lcFirst', function ($value) {
653
+                        'lcFirst', function($value) {
654 654
                         return lcfirst($value);
655 655
                     }
656 656
                     );
@@ -686,7 +686,7 @@  discard block
 block discarded – undo
686 686
     {
687 687
         if (empty($this->dic['Yapeal.Xml.Data'])) {
688 688
             $this->dic['Yapeal.Xml.Data'] = $this->dic->factory(
689
-                function ($dic) {
689
+                function($dic) {
690 690
                     return new $dic['Yapeal.Xml.data']();
691 691
                 }
692 692
             );
@@ -704,19 +704,19 @@  discard block
 block discarded – undo
704 704
         $dic = $this->dic;
705 705
         if (empty($dic['Yapeal.Xsd.Creator'])) {
706 706
             $dic['Yapeal.Xsd.Creator'] = $dic->factory(
707
-                function ($dic) {
707
+                function($dic) {
708 708
                     $loader = new Twig_Loader_Filesystem($dic['Yapeal.Xsd.dir']);
709 709
                     $twig = new Twig_Environment(
710 710
                         $loader, ['debug' => true, 'strict_variables' => true, 'autoescape' => false]
711 711
                     );
712 712
                     $filter = new Twig_SimpleFilter(
713
-                        'ucFirst', function ($value) {
713
+                        'ucFirst', function($value) {
714 714
                         return ucfirst($value);
715 715
                     }
716 716
                     );
717 717
                     $twig->addFilter($filter);
718 718
                     $filter = new Twig_SimpleFilter(
719
-                        'lcFirst', function ($value) {
719
+                        'lcFirst', function($value) {
720 720
                         return lcfirst($value);
721 721
                     }
722 722
                     );
@@ -734,7 +734,7 @@  discard block
 block discarded – undo
734 734
         }
735 735
         if (empty($dic['Yapeal.Xsd.Validator'])) {
736 736
             $dic['Yapeal.Xsd.Validator'] = $dic->factory(
737
-                function ($dic) {
737
+                function($dic) {
738 738
                     return new $dic['Yapeal.Xsd.validate']($dic['Yapeal.Xsd.dir']);
739 739
                 }
740 740
             );
@@ -764,7 +764,7 @@  discard block
 block discarded – undo
764 764
         $dic = $this->dic;
765 765
         if (empty($dic['Yapeal.Xsl.Transformer'])) {
766 766
             $dic['Yapeal.Xsl.Transformer'] = $dic->factory(
767
-                function ($dic) {
767
+                function($dic) {
768 768
                     return new $dic['Yapeal.Xsl.transform']($dic['Yapeal.Xsl.dir']);
769 769
                 }
770 770
             );
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.