Skip to content

Commit

Permalink
Fix Github Actions
Browse files Browse the repository at this point in the history
-  Fix coding standard
-  Fix scrutinizer code coverage updater
  • Loading branch information
cristianoc72 committed Aug 27, 2022
1 parent 3bdfc8a commit 46dde20
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion AbstractCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* @author Thomas Gossmann
*/
abstract class AbstractCollection extends AbstractArray implements Collection {

/**
* Remove all elements from the collection.
*/
Expand Down
1 change: 0 additions & 1 deletion Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* @author Thomas Gossmann
*/
interface Collection extends \Iterator {

/**
* Resets the collection
*
Expand Down
1 change: 0 additions & 1 deletion CollectionUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* report to the issue tracker.
*/
class CollectionUtils {

/**
* Returns a proper collection for the given array (also transforms nested collections)
* (experimental API)
Expand Down
1 change: 0 additions & 1 deletion Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* @author Thomas Gossmann
*/
class Queue extends AbstractList {

/**
* Creates a new Queue
*
Expand Down
1 change: 0 additions & 1 deletion Set.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* @author Thomas Gossmann
*/
class Set extends AbstractList {

/**
* Creates a new Set
*
Expand Down

0 comments on commit 46dde20

Please sign in to comment.