Passed
Push — master ( 0e4958...46624d )
by Matthew
03:42 queued 01:13
created
api/Domain/Repositories/ProPlayerRepository.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -138,10 +138,10 @@
 block discarded – undo
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.");
Please login to merge, or discard this patch.