Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark authored and StyleCIBot committed Feb 9, 2020
1 parent e9afdae commit 35e9d52
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/ArrayableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Yiisoft\Arrays;


/**
* ArrayableTrait provides a common implementation of the [[Arrayable]] interface.
*
Expand Down
1 change: 0 additions & 1 deletion tests/Post1.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace Yiisoft\Arrays\Tests;


final class Post1
{
public $id = 23;
Expand Down
1 change: 0 additions & 1 deletion tests/Post2.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace Yiisoft\Arrays\Tests;


final class Post2
{
public $id = 123;
Expand Down
1 change: 0 additions & 1 deletion tests/Post3.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

namespace Yiisoft\Arrays\Tests;


final class Post3
{
public $id = 33;
Expand Down

0 comments on commit 35e9d52

Please sign in to comment.