Completed
Push — master ( f65d0f...a4d61e )
by Toni
01:57
created
src/Api/Player/PlayerItemLevelList.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,8 @@
 block discarded – undo
18 18
     ];
19 19
 	
20 20
     /**
21
-    * @return array
22
-    */
21
+     * @return array
22
+     */
23 23
     public function all()
24 24
     {
25 25
         return $this->get();
Please login to merge, or discard this patch.
src/Api/Player/AchievementList.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,8 @@
 block discarded – undo
18 18
     ];
19 19
 	
20 20
     /**
21
-    * @return array
22
-    */
21
+     * @return array
22
+     */
23 23
     public function all()
24 24
     {
25 25
         return $this->get();
Please login to merge, or discard this patch.