Passed
Branch develop (dd8ed1)
by Prateek
09:38 queued 06:22
created
src/Models/Types/LaragenType.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -4,10 +4,10 @@
 block discarded – undo
4 4
 use Illuminate\Support\Str;
5 5
 use Prateekkarki\Laragen\Models\TypeResolver;
6 6
 
7
- /**
8
-  * @method integer getSize()
9
-  * @method array getPivotColumns()
10
-  */
7
+    /**
8
+     * @method integer getSize()
9
+     * @method array getPivotColumns()
10
+     */
11 11
 abstract class LaragenType
12 12
 {
13 13
     protected $uniqueFlag;
Please login to merge, or discard this patch.