Skip to content

Commit d2f160b

Browse files
authored
Merge pull request #1280 from LaravelRUS/analysis-KZNgPA
Apply fixes from StyleCI
2 parents ad0039b + 999c9b8 commit d2f160b

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/Display/Column/Editable/EditableColumn.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
class EditableColumn extends NamedColumn
99
{
10-
1110
/**
1211
* @var bool
1312
*/
@@ -184,7 +183,6 @@ public function setReadonly($readonlyEditable)
184183
*/
185184
public function toArray()
186185
{
187-
188186
return parent::toArray() + [
189187
'id' => $this->getModel()->getKey(),
190188
'value' => $this->getModelValue(),

src/Facades/TableColumnEditable.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
* @method static \SleepingOwl\Admin\Display\Column\Editable\Select select($name, $label = null, $options = [], $small = null)
1414
* @method static \SleepingOwl\Admin\Display\Column\Editable\Text text($name, $label = null, $small = null)
1515
* @method static \SleepingOwl\Admin\Display\Column\Editable\Textarea textarea($name, $label = null, $small = null)
16-
*
17-
1816
*/
1917
class TableColumnEditable extends Facade
2018
{

src/Traits/SmallDisplay.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function getSmall()
3232

3333
/**
3434
* @param string|Closure $small
35-
* @param boolean $asString
35+
* @param bool $asString
3636
*
3737
* @return $this
3838
*/

0 commit comments

Comments
 (0)