diff --git a/LICENSE b/LICENSE index 490af37..c07da2a 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index 6f8cac5..eba3046 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/extension.neon b/extension.neon index 30d80cd..366acb0 100644 --- a/extension.neon +++ b/extension.neon @@ -11,6 +11,11 @@ parameters: param: 100 property: 100 return: 100 + shipmonkRules: + forbidCheckedExceptionInCallable: + enabled: false + forbidCheckedExceptionInYieldingMethod: + enabled: false shipmonkDeadCode: usageExcluders: tests: