@@ -59,9 +59,9 @@ |
||
| 59 | 59 | 'SendOutputBasedOnAccount', |
| 60 | 60 | ]; |
| 61 | 61 | |
| 62 | - /** |
|
| 63 | - * @return $this |
|
| 64 | - */ |
|
| 62 | + /** |
|
| 63 | + * @return $this |
|
| 64 | + */ |
|
| 65 | 65 | public function save() |
| 66 | 66 | { |
| 67 | 67 | $this->fill($this->insert()); |
@@ -43,9 +43,9 @@ |
||
| 43 | 43 | 'SenderEmailAddress', |
| 44 | 44 | ]; |
| 45 | 45 | |
| 46 | - /** |
|
| 47 | - * @return $this |
|
| 48 | - */ |
|
| 46 | + /** |
|
| 47 | + * @return $this |
|
| 48 | + */ |
|
| 49 | 49 | public function save() |
| 50 | 50 | { |
| 51 | 51 | $this->fill($this->insert()); |
@@ -145,9 +145,9 @@ |
||
| 145 | 145 | 'YourRef', |
| 146 | 146 | ]; |
| 147 | 147 | |
| 148 | - /** |
|
| 149 | - * @param array $array |
|
| 150 | - */ |
|
| 148 | + /** |
|
| 149 | + * @param array $array |
|
| 150 | + */ |
|
| 151 | 151 | public function addItem(array $array) |
| 152 | 152 | { |
| 153 | 153 | if (! isset($this->attributes['SalesOrderLines']) || $this->attributes['SalesOrderLines'] == null) { |
@@ -19,11 +19,11 @@ |
||
| 19 | 19 | use Query\Findable; |
| 20 | 20 | use Persistance\Storable; |
| 21 | 21 | |
| 22 | - /** |
|
| 23 | - * The fillable properties for the StockPosition model. |
|
| 24 | - * |
|
| 25 | - * @var string[] |
|
| 26 | - */ |
|
| 22 | + /** |
|
| 23 | + * The fillable properties for the StockPosition model. |
|
| 24 | + * |
|
| 25 | + * @var string[] |
|
| 26 | + */ |
|
| 27 | 27 | protected $fillable = [ |
| 28 | 28 | 'InStock', |
| 29 | 29 | 'ItemId', |
@@ -22,7 +22,7 @@ |
||
| 22 | 22 | * @property string $ModifierFullName Name of modifier |
| 23 | 23 | * @property int $SequenceNr Related classification sequence number |
| 24 | 24 | */ |
| 25 | -class DivisionClass extends. Model |
|
| 25 | +class DivisionClass extends . Model |
|
| 26 | 26 | { |
| 27 | 27 | use Query\Findable; |
| 28 | 28 | use Persistance\Storable; |