Test Setup Failed
Push — testing ( 5fffab...39677e )
by Roman
02:22
created
src/Collection.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 Cassandra\Rows;
6 6
 use lroman242\LaravelCassandra\Eloquent\Model;
7
-use LogicException;
8 7
 use Illuminate\Support\Arr;
9 8
 use Illuminate\Contracts\Support\Arrayable;
10 9
 use Illuminate\Database\Eloquent\Collection as BaseCollection;
Please login to merge, or discard this patch.
src/Eloquent/Model.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -108,13 +108,13 @@
 block discarded – undo
108 108
         return $this->getKeyName();
109 109
     }
110 110
 
111
-     /**
112
-     * Set a given attribute on the model.
113
-     *
114
-     * @param  string  $key
115
-     * @param  mixed  $value
116
-     * @return $this
117
-     */
111
+        /**
112
+         * Set a given attribute on the model.
113
+         *
114
+         * @param  string  $key
115
+         * @param  mixed  $value
116
+         * @return $this
117
+         */
118 118
     public function setAttribute($key, $value)
119 119
     {
120 120
         // First we will check for the presence of a mutator for the set operation
Please login to merge, or discard this patch.