Completed
Push — master ( 70dfc9...fb2e0c )
by Michael
03:05
created
lib/EveApi/Corp/Blueprints.php 2 patches
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains Blueprints class.
4
- *
5
- * PHP version 5.4
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) 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 2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains Blueprints class.
4
+     *
5
+     * PHP version 5.4
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) 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 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\EveApi\Corp;
35 35
 
36 36
 use PDOException;
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
     /**
100 100
      * @param string $xml
101
-         * @param string $ownerID
101
+     * @param string $ownerID
102 102
      *
103 103
      * @return self Fluent interface.
104 104
      * @throws \LogicException
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
             'typeID' => null,
125 125
             'typeName' => ''
126 126
         ];
127
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//blueprints/row');
127
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//blueprints/row');
128 128
         return $this;
129 129
     }
130 130
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/ContactList.php 2 patches
Indentation   +35 added lines, -35 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains ContactList class.
4
- *
5
- * PHP version 5.4
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) 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 2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains ContactList class.
4
+     *
5
+     * PHP version 5.4
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) 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 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\EveApi\Corp;
35 35
 
36 36
 use PDOException;
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     }
102 102
     /**
103 103
      * @param string $xml
104
-         * @param string $ownerID
104
+     * @param string $ownerID
105 105
      *
106 106
      * @return self Fluent interface.
107 107
      * @throws \LogicException
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     }
126 126
     /**
127 127
      * @param string $xml
128
-         * @param string $ownerID
128
+     * @param string $ownerID
129 129
      *
130 130
      * @return self Fluent interface.
131 131
      * @throws \LogicException
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     }
153 153
     /**
154 154
      * @param string $xml
155
-         * @param string $ownerID
155
+     * @param string $ownerID
156 156
      *
157 157
      * @return self Fluent interface.
158 158
      * @throws \LogicException
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
     }
180 180
     /**
181 181
      * @param string $xml
182
-         * @param string $ownerID
182
+     * @param string $ownerID
183 183
      *
184 184
      * @return self Fluent interface.
185 185
      * @throws \LogicException
Please login to merge, or discard this patch.
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
             'name' => '',
121 121
             'ownerID' => $ownerID
122 122
         ];
123
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//allianceContactLabels/row');
123
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//allianceContactLabels/row');
124 124
         return $this;
125 125
     }
126 126
     /**
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
             'ownerID' => $ownerID,
148 148
             'standing' => null
149 149
         ];
150
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//allianceContactList/row');
150
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//allianceContactList/row');
151 151
         return $this;
152 152
     }
153 153
     /**
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
             'ownerID' => $ownerID,
175 175
             'standing' => null
176 176
         ];
177
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//corporateContactList/row');
177
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//corporateContactList/row');
178 178
         return $this;
179 179
     }
180 180
     /**
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
             'name' => '',
199 199
             'ownerID' => $ownerID
200 200
         ];
201
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//corporateContactLabels/row');
201
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//corporateContactLabels/row');
202 202
         return $this;
203 203
     }
204 204
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/ContainerLog.php 2 patches
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains ContainerLog class.
4
- *
5
- * PHP version 5.4
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) 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 2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains ContainerLog class.
4
+     *
5
+     * PHP version 5.4
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) 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 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\EveApi\Corp;
35 35
 
36 36
 use PDOException;
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
     /**
100 100
      * @param string $xml
101
-         * @param string $ownerID
101
+     * @param string $ownerID
102 102
      *
103 103
      * @return self Fluent interface.
104 104
      * @throws \LogicException
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
             'quantity' => null,
129 129
             'typeID' => null
130 130
         ];
131
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//containerLog/row');
131
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//containerLog/row');
132 132
         return $this;
133 133
     }
134 134
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/Contracts.php 2 patches
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains Contracts class.
4
- *
5
- * PHP version 5.4
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) 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 2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains Contracts class.
4
+     *
5
+     * PHP version 5.4
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) 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 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\EveApi\Corp;
35 35
 
36 36
 use PDOException;
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
     /**
100 100
      * @param string $xml
101
-         * @param string $ownerID
101
+     * @param string $ownerID
102 102
      *
103 103
      * @return self Fluent interface.
104 104
      * @throws \LogicException
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
             'type' => null,
138 138
             'volume' => null
139 139
         ];
140
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//contractList/row');
140
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//contractList/row');
141 141
         return $this;
142 142
     }
143 143
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/CorpSection.php 1 patch
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -1,32 +1,32 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains CorpSection class.
4
- *
5
- * PHP version 5.4
6
- *
7
- * LICENSE:
8
- * This file is part of Yet Another Php Eve Api Library also know as Yapeal which can be used to access the Eve Online
9
- * API data and place it into a database.
10
- * Copyright (C) 2015-2016 Michael Cummings
11
- *
12
- * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General
13
- * Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option)
14
- * any later version.
15
- *
16
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
17
- * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
18
- * details.
19
- *
20
- * You should have received a copy of the GNU Lesser General Public License along with this program. If not, see
21
- * <http://www.gnu.org/licenses/>.
22
- *
23
- * You should be able to find a copy of this license in the LICENSE.md file. A copy of the GNU GPL should also be
24
- * available in the GNU-GPL.md file.
25
- *
26
- * @copyright 2015-2016 Michael Cummings
27
- * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL
28
- * @author Michael Cummings <[email protected]>
29
- */
3
+     * Contains CorpSection class.
4
+     *
5
+     * PHP version 5.4
6
+     *
7
+     * LICENSE:
8
+     * This file is part of Yet Another Php Eve Api Library also know as Yapeal which can be used to access the Eve Online
9
+     * API data and place it into a database.
10
+     * Copyright (C) 2015-2016 Michael Cummings
11
+     *
12
+     * This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General
13
+     * Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option)
14
+     * any later version.
15
+     *
16
+     * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
17
+     * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
18
+     * details.
19
+     *
20
+     * You should have received a copy of the GNU Lesser General Public License along with this program. If not, see
21
+     * <http://www.gnu.org/licenses/>.
22
+     *
23
+     * You should be able to find a copy of this license in the LICENSE.md file. A copy of the GNU GPL should also be
24
+     * available in the GNU-GPL.md file.
25
+     *
26
+     * @copyright 2015-2016 Michael Cummings
27
+     * @license http://www.gnu.org/copyleft/lesser.html GNU LGPL
28
+     * @author Michael Cummings <[email protected]>
29
+     */
30 30
 namespace Yapeal\EveApi\Corp;
31 31
 
32 32
 use LogicException;
@@ -49,21 +49,21 @@  discard block
 block discarded – undo
49 49
     {
50 50
         $sql =
51 51
             $this->getCsq()
52
-                 ->getActiveRegisteredCorporations($this->getMask());
52
+                    ->getActiveRegisteredCorporations($this->getMask());
53 53
         $this->getYem()
54
-             ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, $sql);
54
+                ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, $sql);
55 55
         try {
56 56
             $stmt =
57 57
                 $this->getPdo()
58
-                     ->query($sql);
58
+                        ->query($sql);
59 59
             return $stmt->fetchAll(PDO::FETCH_ASSOC);
60 60
         } catch (PDOException $exc) {
61 61
             $mess = 'Could NOT get a list of active corporations';
62 62
             $this->getYem()
63
-                 ->triggerLogEvent('Yapeal.Log.log', Logger::WARNING, $mess);
63
+                    ->triggerLogEvent('Yapeal.Log.log', Logger::WARNING, $mess);
64 64
             $mess = 'Database error message was ' . $exc->getMessage();
65 65
             $this->getYem()
66
-                 ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, $mess);
66
+                    ->triggerLogEvent('Yapeal.Log.log', Logger::DEBUG, $mess);
67 67
             return [];
68 68
         }
69 69
     }
Please login to merge, or discard this patch.
lib/EveApi/Corp/CustomsOffices.php 2 patches
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains CustomsOffices class.
4
- *
5
- * PHP version 5.4
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) 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 2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains CustomsOffices class.
4
+     *
5
+     * PHP version 5.4
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) 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 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\EveApi\Corp;
35 35
 
36 36
 use PDOException;
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
     /**
100 100
      * @param string $xml
101
-         * @param string $ownerID
101
+     * @param string $ownerID
102 102
      *
103 103
      * @return self Fluent interface.
104 104
      * @throws \LogicException
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
             'taxRateStandingHorrible' => '0.0',
130 130
             'taxRateStandingNeutral' => '0.0'
131 131
         ];
132
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//pocos/row');
132
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//pocos/row');
133 133
         return $this;
134 134
     }
135 135
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/Facilities.php 2 patches
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains Facilities class.
4
- *
5
- * PHP version 5.4
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) 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 2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains Facilities class.
4
+     *
5
+     * PHP version 5.4
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) 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 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\EveApi\Corp;
35 35
 
36 36
 use PDOException;
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
     /**
100 100
      * @param string $xml
101
-         * @param string $ownerID
101
+     * @param string $ownerID
102 102
      *
103 103
      * @return self Fluent interface.
104 104
      * @throws \LogicException
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
             'typeID' => null,
125 125
             'typeName' => ''
126 126
         ];
127
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//facilities/row');
127
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//facilities/row');
128 128
         return $this;
129 129
     }
130 130
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/IndustryJobs.php 2 patches
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains IndustryJobs class.
4
- *
5
- * PHP version 5.4
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) 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 2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains IndustryJobs class.
4
+     *
5
+     * PHP version 5.4
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) 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 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\EveApi\Corp;
35 35
 
36 36
 use PDOException;
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
     /**
100 100
      * @param string $xml
101
-         * @param string $ownerID
101
+     * @param string $ownerID
102 102
      *
103 103
      * @return self Fluent interface.
104 104
      * @throws \LogicException
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
             'teamID' => null,
144 144
             'timeInSeconds' => '1970-01-01 00:00:01'
145 145
         ];
146
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//jobs/row');
146
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//jobs/row');
147 147
         return $this;
148 148
     }
149 149
 }
Please login to merge, or discard this patch.
lib/EveApi/Corp/IndustryJobsHistory.php 2 patches
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -1,36 +1,36 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Contains IndustryJobsHistory class.
4
- *
5
- * PHP version 5.4
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) 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 2016 Michael Cummings
31
- * @license   http://www.gnu.org/copyleft/lesser.html GNU LGPL
32
- * @author    Michael Cummings <[email protected]>
33
- */
3
+     * Contains IndustryJobsHistory class.
4
+     *
5
+     * PHP version 5.4
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) 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 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\EveApi\Corp;
35 35
 
36 36
 use PDOException;
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
     /**
100 100
      * @param string $xml
101
-         * @param string $ownerID
101
+     * @param string $ownerID
102 102
      *
103 103
      * @return self Fluent interface.
104 104
      * @throws \LogicException
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
             'teamID' => null,
144 144
             'timeInSeconds' => '1970-01-01 00:00:01'
145 145
         ];
146
-        $this->attributePreserveData($xml, $columnDefaults, $tableName,'//jobs/row');
146
+        $this->attributePreserveData($xml, $columnDefaults, $tableName, '//jobs/row');
147 147
         return $this;
148 148
     }
149 149
 }
Please login to merge, or discard this patch.