File tree Expand file tree Collapse file tree 5 files changed +14
-21
lines changed Expand file tree Collapse file tree 5 files changed +14
-21
lines changed Original file line number Diff line number Diff line change 11name : PHPStan
22
3- on :
4- push :
5- paths :
6- - ' **.php'
7- - ' phpstan.neon.dist'
3+ on : [push]
84
95jobs :
106 phpstan :
Original file line number Diff line number Diff line change 11.idea
2- .php_cs
3- .php_cs.cache
4- .php-cs-fixer.cache
52.phpunit.result.cache
63.phpunit.cache
7- .DS_STORE
8- build
94composer.lock
105coverage
11- docs
126phpunit.xml
13- psalm.xml
7+ phpstan.neon
148testbench.yaml
159vendor
1610node_modules
17- phpstan.neon
11+ .phpactor.json
12+ build
Original file line number Diff line number Diff line change 11<img src =" https://banners.beyondco.de/Laravel%20Zammad.png?theme=light&packageManager=composer+require&packageName=codebar-ag%2Flaravel-zammad&pattern=circuitBoard&style=style_2&description=An+opinionated+way+to+integrate+Zammad+with+Laravel&md=1&showWatermark=0&fontSize=150px&images=ticket&widths=500&heights=500 " >
22
3- [ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/codebar-ag/laravel-zammad.svg?style=flat-square )] ( https://packagist.org/packages/codebar-ag/laravel-zammad )
4- [ ![ GitHub-Tests] ( https://github.com/codebar-ag/laravel-zammad/actions/workflows/run-tests.yml/badge.svg?branch=main )] ( https://github.com/codebar-ag/laravel-zammad/actions/workflows/run-tests.yml )
5- [ ![ GitHub Code Style] ( https://github.com/codebar-ag/laravel-zammad/actions/workflows/fix-php-code-style-issues.yml/badge.svg?branch=main )] ( https://github.com/codebar-ag/laravel-zammad/actions/workflows/fix-php-code-style-issues.yml )
6- [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/codebar-ag/laravel-zammad.svg?style=flat-square )] ( https://packagist.org/packages/codebar-ag/laravel-zammad )
3+ [ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/codebar-ag/laravel-bexio.svg?style=flat-square )] ( https://packagist.org/packages/codebar-ag/laravel-bexio )
4+ [ ![ Total Downloads] ( https://img.shields.io/packagist/dt/codebar-ag/laravel-bexio.svg?style=flat-square )] ( https://packagist.org/packages/codebar-ag/laravel-bexio )
5+ [ ![ GitHub-Tests] ( https://github.com/codebar-ag/laravel-bexio/actions/workflows/run-tests.yml/badge.svg?branch=main )] ( https://github.com/codebar-ag/laravel-bexio/actions/workflows/run-tests.yml )
6+ [ ![ GitHub Code Style] ( https://github.com/codebar-ag/laravel-bexio/actions/workflows/fix-php-code-style-issues.yml/badge.svg?branch=main )] ( https://github.com/codebar-ag/laravel-bexio/actions/workflows/fix-php-code-style-issues.yml )
7+ [ ![ PHPStan] ( https://github.com/codebar-ag/laravel-bexio/actions/workflows/phpstan.yml/badge.svg )] ( https://github.com/codebar-ag/laravel-bexio/actions/workflows/phpstan.yml )
8+ [ ![ Dependency Review] ( https://github.com/codebar-ag/laravel-bexio/actions/workflows/dependency-review.yml/badge.svg )] ( https://github.com/codebar-ag/laravel-bexio/actions/workflows/dependency-review.yml )
79
810This package was developed to give you a quick start to communicate with the
911Zammad REST API. It is used to query the most common endpoints.
Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ includes:
22 - phpstan-baseline.neon
33
44parameters:
5- level: 4
5+ level: 5
66 paths:
77 - src
88 - config
99 tmpDir: build/phpstan
1010 checkOctaneCompatibility: true
1111 checkModelProperties: true
12- checkMissingIterableValueType: false
13-
12+ noEnvCallsOutsideOfConfig: false
Original file line number Diff line number Diff line change 2020 <junit outputFile =" build/report.junit.xml" />
2121 </logging >
2222 <php >
23+ <env name =" APP_KEY" value =" base64:F+mHMDBbavrsp/I3WYA5lDSwDJJI/0wQG4eM3csq/lo=" />
2324 <env name =" ZAMMAD_URL" value =" https://dev-immospace.zammad.com" />
2425 <env name =" ZAMMAD_TOKEN" value =" token" />
2526 </php >
2829 <directory suffix =" .php" >./src</directory >
2930 </include >
3031 </source >
31- </phpunit >
32+ </phpunit >
You can’t perform that action at this time.
0 commit comments