Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 Cees-Jan Kiewiet
Copyright (c) 2026 Cees-Jan Kiewiet

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `^`.

```bash
composer require wyrihaximus/phpstan-rules-wrapper
composer require wyrihaximus/phpstan-rules-wrapper
```

# Usage
# Usage

Works out of the box due to [`phpstan/extension-installer`](https://github.com/phpstan/extension-installer)

Expand All @@ -29,7 +29,7 @@ Works out of the box due to [`phpstan/extension-installer`](https://github.com/p

# License

Copyright (c) 2025 Cees-Jan Kiewiet
Copyright (c) 2026 Cees-Jan Kiewiet

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 5 additions & 0 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ parameters:
param: 100
property: 100
return: 100
shipmonkRules:
forbidCheckedExceptionInCallable:
enabled: false
forbidCheckedExceptionInYieldingMethod:
enabled: false
shipmonkDeadCode:
usageExcluders:
tests:
Expand Down