Passed
Push — dev ( 6b1ce9...6175a2 )
by Yan
05:04
created
src/Lincable/MediaManager.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -177,14 +177,14 @@
 block discarded – undo
177 177
         });
178 178
     }
179 179
 
180
-     /**
181
-      * Copy the file from the source model to the destiny model.
182
-      *
183
-      * @param  \Illuminate\Database\Eloquent\Model  $from
184
-      * @param  \Illuminate\Database\Eloquent\Model  $to
185
-      * @param  bool|null  $preserveName
186
-      * @return \Illuminate\Database\Eloquent\Model
187
-      */
180
+        /**
181
+         * Copy the file from the source model to the destiny model.
182
+         *
183
+         * @param  \Illuminate\Database\Eloquent\Model  $from
184
+         * @param  \Illuminate\Database\Eloquent\Model  $to
185
+         * @param  bool|null  $preserveName
186
+         * @return \Illuminate\Database\Eloquent\Model
187
+         */
188 188
     public function copy(Model $from, Model $to, bool $preserveName = null)
189 189
     {
190 190
         $this->supportLincable([$from, $to]);
Please login to merge, or discard this patch.