@@ -5,17 +5,17 @@ discard block |
||
5 | 5 | use Prateekkarki\Laragen\Models\TypeResolver; |
6 | 6 | |
7 | 7 | /** |
8 | - * The LaragenType abstract class. This class cannot be instantiated. It's implementations are used to create new types. |
|
9 | - * Column instances are created from types that are implementations of this class. |
|
10 | - * |
|
11 | - * @method integer getSize() |
|
12 | - * @method integer getDataType() |
|
13 | - * @method array getPivotColumns() |
|
14 | - * @method void setSize() |
|
15 | - * @method void setIsRequired() |
|
16 | - * @method void setIsUnique() |
|
17 | - * @method void setIsDisplay() |
|
18 | - */ |
|
8 | + * The LaragenType abstract class. This class cannot be instantiated. It's implementations are used to create new types. |
|
9 | + * Column instances are created from types that are implementations of this class. |
|
10 | + * |
|
11 | + * @method integer getSize() |
|
12 | + * @method integer getDataType() |
|
13 | + * @method array getPivotColumns() |
|
14 | + * @method void setSize() |
|
15 | + * @method void setIsRequired() |
|
16 | + * @method void setIsUnique() |
|
17 | + * @method void setIsDisplay() |
|
18 | + */ |
|
19 | 19 | abstract class LaragenType |
20 | 20 | { |
21 | 21 | /** |
@@ -212,7 +212,7 @@ discard block |
||
212 | 212 | |
213 | 213 | public function getTextRows() { |
214 | 214 | if (!$this->size) { |
215 | - return 4; |
|
215 | + return 4; |
|
216 | 216 | } |
217 | 217 | |
218 | 218 | return floor($this->getsize() / 120); |