Skip to content

Commit

Permalink
make cs fixer happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman committed Jul 19, 2022
1 parent 86a37ba commit adeb5f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Bundle/CoreBundle/src/Command/IndexEntityCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#[AsCommand('umbrella:index:entity', 'Reindex #[searchable] entity.')]
class IndexEntityCommand extends Command
{

private ?SymfonyStyle $io = null;
private ?string $entityClass = null;

Expand Down
2 changes: 1 addition & 1 deletion Bundle/CoreBundle/src/DataTable/DTO/RowView.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class RowView implements \JsonSerializable
public function jsonSerialize(): array
{
$json = $this->data;
//$json['DT_RowId'] = $this->id;
// $json['DT_RowId'] = $this->id;
$json['DT_RowClass'] = 'dt-row ' . $this->class;
$json['DT_RowAttr'] = $this->attr;

Expand Down

0 comments on commit adeb5f1

Please sign in to comment.