@@ -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', |