@@ -138,10 +138,10 @@ |
||
138 | 138 | return; |
139 | 139 | } |
140 | 140 | |
141 | - /** |
|
142 | - * Adds a new pro player to the DB |
|
143 | - * @return boolean success whether or not the database operation succeeded. |
|
144 | - */ |
|
141 | + /** |
|
142 | + * Adds a new pro player to the DB |
|
143 | + * @return boolean success whether or not the database operation succeeded. |
|
144 | + */ |
|
145 | 145 | private function _saveProPlayer(ProPlayer $proPlayer) { |
146 | 146 | if ($proPlayer->pro_player_id > 0) { |
147 | 147 | throw new \Exception("Unable to save pro player: invalid ID."); |