Jesper Noordsij

Results 59 issues of Jesper Noordsij

Dynamic properties are deprecated in PHP 8.2 and will be removed in PHP 9.0. This PR fixes a deprecation error on the `DebugBar/DataFormatter/DataFormatter` class where two dynamic name properties are...

*Note:* please merge #4480 first; it contains the first (non-breaking) commit of this change. ## WHY ### BEFORE - What was wrong? What was happening before this PR? The `performSaveAction`...

breaking change
Priority: SHOULD
enhancement

When working on another PR, I noticed that phpstan is disabled in the current GitHub workflow. Since there were already some errors occuring on the current code state, I figured...

### What does this PR do? Update `apiVersion` on `PodDisruptionBudget` to `policy/v1`, available in Kubernetes 1.21+. ### Motivation The current version, `policy/v1beta1`, has been deprecated and will be removed in...

kind/enhancement
status/1-needs-design-review

### What happened? When showing the HTTP Headers of the probes on my Pod, instead of a human-readable output, the display shown is: ``` HTTP Headers [object Object] [object Object]...

kind/bug

### Problem Statement It is possible to use Sentry as endpoint for collecting CSP violations, see https://docs.sentry.io/product/security-policy-reporting/. In order to do so, it requires passing a specific report-uri value to...

Type: Feature
Status: Confirmed

When running PHPStan static analysis on my codebase, I noticed an error `Parameter #1 $container of method Illuminate\Database\Seeder::setContainer() expects Illuminate\Container\Container, Illuminate\Contracts\Foundation\Application given.` appearing in a console command I based on...

Resolves #5150 This PR aims to allow passing named arguments from a data provider, to have more flexibility in re-ordering arguments and skipping optional ones without having to provide a...

This reverts commit 9545160289017c60a62d6b3017f9f0500040a4a0. ## Summary In #1088 a generic key, `any` combination was added to `BaseValidation`. This allows one to use arbitrary possibly incorrect accessing of properties on `v$`...