Failed Conditions
Pull Request — master (#243)
by Rafael
03:46
created
src/Models/UserCompanyAppsActivities.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,6 @@
 block discarded – undo
109 109
      * Get the value of the settins by it key.
110 110
      *
111 111
      * @param string $key
112
-     * @param string $value
113 112
      */
114 113
     public static function get(string $key) : string
115 114
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 namespace Canvas\Models;
5 5
 
6 6
 use Canvas\Exception\ServerErrorHttpException;
7
-use Canvas\Exception\ModelException;
8 7
 use Phalcon\Di;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.