@@ -46,7 +46,7 @@ discard block |
||
| 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 |
||
| 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) |
@@ -1,36 +1,36 @@ |
||
| 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; |
@@ -1,36 +1,36 @@ |
||
| 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; |
@@ -1,36 +1,36 @@ |
||
| 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; |
@@ -1,36 +1,36 @@ |
||
| 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; |
@@ -1,36 +1,36 @@ |
||
| 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; |
@@ -1,36 +1,36 @@ |
||
| 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; |
@@ -1,36 +1,36 @@ |
||
| 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; |
@@ -1,36 +1,36 @@ |
||
| 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; |
@@ -1,36 +1,36 @@ |
||
| 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; |