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 1
1
name : PHPStan
2
2
3
- on :
4
- push :
5
- paths :
6
- - ' **.php'
7
- - ' phpstan.neon.dist'
3
+ on : [push]
8
4
9
5
jobs :
10
6
phpstan :
Original file line number Diff line number Diff line change 1
1
.idea
2
- .php_cs
3
- .php_cs.cache
4
- .php-cs-fixer.cache
5
2
.phpunit.result.cache
6
3
.phpunit.cache
7
- .DS_STORE
8
- build
9
4
composer.lock
10
5
coverage
11
- docs
12
6
phpunit.xml
13
- psalm.xml
7
+ phpstan.neon
14
8
testbench.yaml
15
9
vendor
16
10
node_modules
17
- phpstan.neon
11
+ .phpactor.json
12
+ build
Original file line number Diff line number Diff line change 1
1
<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 " >
2
2
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 )
7
9
8
10
This package was developed to give you a quick start to communicate with the
9
11
Zammad 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:
2
2
- phpstan-baseline.neon
3
3
4
4
parameters:
5
- level: 4
5
+ level: 5
6
6
paths:
7
7
- src
8
8
- config
9
9
tmpDir: build/phpstan
10
10
checkOctaneCompatibility: true
11
11
checkModelProperties: true
12
- checkMissingIterableValueType: false
13
-
12
+ noEnvCallsOutsideOfConfig: false
Original file line number Diff line number Diff line change 20
20
<junit outputFile =" build/report.junit.xml" />
21
21
</logging >
22
22
<php >
23
+ <env name =" APP_KEY" value =" base64:F+mHMDBbavrsp/I3WYA5lDSwDJJI/0wQG4eM3csq/lo=" />
23
24
<env name =" ZAMMAD_URL" value =" https://dev-immospace.zammad.com" />
24
25
<env name =" ZAMMAD_TOKEN" value =" token" />
25
26
</php >
28
29
<directory suffix =" .php" >./src</directory >
29
30
</include >
30
31
</source >
31
- </phpunit >
32
+ </phpunit >
You can’t perform that action at this time.
0 commit comments