Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
Merge b4cd0af into f322720
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Mar 26, 2020
2 parents f322720 + b4cd0af commit 8921fc1
Show file tree
Hide file tree
Showing 17 changed files with 13 additions and 485 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/.github export-ignore
/backup export-ignore
/doc export-ignore
/features export-ignore
/tests export-ignore
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- '7.3'
- '7.4'
symfony:
- '3.4.*'
- '4.4.*'
- '5.0.*'
include:
Expand Down
3 changes: 1 addition & 2 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ HEADER;

$finder = PhpCsFixer\Finder::create()
->in(__DIR__)
->exclude('features')
->exclude('backup');
->exclude('features');

return PhpCsFixer\Config::create()
->setRiskyAllowed(true)
Expand Down
28 changes: 0 additions & 28 deletions backup/RequestBuilder/Expr/AndExpr.php

This file was deleted.

28 changes: 0 additions & 28 deletions backup/RequestBuilder/Expr/Eq.php

This file was deleted.

136 changes: 0 additions & 136 deletions backup/RequestBuilder/Expr/Expr.php

This file was deleted.

27 changes: 0 additions & 27 deletions backup/RequestBuilder/Expr/ExprInterface.php

This file was deleted.

28 changes: 0 additions & 28 deletions backup/RequestBuilder/Expr/Gt.php

This file was deleted.

28 changes: 0 additions & 28 deletions backup/RequestBuilder/Expr/Gte.php

This file was deleted.

28 changes: 0 additions & 28 deletions backup/RequestBuilder/Expr/Interval.php

This file was deleted.

28 changes: 0 additions & 28 deletions backup/RequestBuilder/Expr/Lt.php

This file was deleted.

28 changes: 0 additions & 28 deletions backup/RequestBuilder/Expr/Lte.php

This file was deleted.

0 comments on commit 8921fc1

Please sign in to comment.