Completed
Push — master ( d03bbd...580028 )
by Charles
43:02
created
api/actions/AuthenticationAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
 
39 39
     /**
40 40
      * Deauthenticates a user
41
-     * @return mixed
41
+     * @return boolean
42 42
      */
43 43
     public function delete($params)
44 44
     {
Please login to merge, or discard this patch.
api/actions/RegisterAction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 {
17 17
     /**
18 18
      * Handles registration of users
19
-     * @return mixed
19
+     * @return boolean
20 20
      */
21 21
     public function post($params)
22 22
     {
Please login to merge, or discard this patch.
components/Json25519Parser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use yii\helpers\Json;
6 6
 use yii\web\JsonParser;
7
-use Yii;
8 7
 
9 8
 class Json25519Parser extends JsonParser
10 9
 {
Please login to merge, or discard this patch.
rest/Action.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,10 +3,7 @@
 block discarded – undo
3 3
 namespace yrc\rest;
4 4
 
5 5
 use yii\web\HttpException;
6
-use yii\helpers\ArrayHelper;
7 6
 use Yii;
8
-use ReflectionProperty;
9
-use ReflectionClass;
10 7
 
11 8
 abstract class Action extends \yii\base\Action
12 9
 {
Please login to merge, or discard this patch.