Skip to content

Commit

Permalink
Merge branch '8.0' into BugFix
Browse files Browse the repository at this point in the history
  • Loading branch information
LTSCommerce committed Jul 8, 2021
2 parents 581eef5 + d04fb1a commit 2a54e90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
composer-${{ runner.os }}-
composer-
- name: Install dependencies
run: composer config minimum-stability dev && composer require humbug/box@^3.0 --dev
run: composer config minimum-stability dev && composer require humbug/box:^3.13 --dev
- name: Build phar
run: ./vendor/bin/box compile
- uses: actions/upload-artifact@v1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![artboard 1](https://user-images.githubusercontent.com/1472352/38774811-3f780ab6-40a3-11e8-9a0a-a8d06d2c6463.jpg)

[![Build Status](https://travis-ci.org/overtrue/phplint.svg?branch=master)](https://travis-ci.org/overtrue/phplint)
[![Release Status](https://github.com/overtrue/phplint/actions/workflows/build-phar.yml/badge.svg)](https://github.com/overtrue/phplint/actions/workflows/build-phar.yml)
[![Latest Stable Version](https://poser.pugx.org/overtrue/phplint/v/stable.svg)](https://packagist.org/packages/overtrue/phplint) [![Total Downloads](https://poser.pugx.org/overtrue/phplint/downloads.svg)](https://packagist.org/packages/overtrue/phplint) [![Latest Unstable Version](https://poser.pugx.org/overtrue/phplint/v/unstable.svg)](https://packagist.org/packages/overtrue/phplint) [![License](https://poser.pugx.org/overtrue/phplint/license.svg)](https://packagist.org/packages/overtrue/phplint)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/overtrue/phplint/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/overtrue/phplint/?branch=master)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fovertrue%2Fphplint.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fovertrue%2Fphplint?ref=badge_shield)
Expand Down Expand Up @@ -163,4 +163,4 @@ by setting the `warning` to true in the configuration.
## License

MIT
MIT
1 change: 1 addition & 0 deletions src/Linter.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

class Linter
{

private ?\Closure $processCallback = null;
private array $files = [];
private array $cache = [];
Expand Down

0 comments on commit 2a54e90

Please sign in to comment.