Stefan

Results 4 issues of Stefan

I have some trouble configuring spacing around T_BREAK. Consider the following code as valid: ```php

**Describe the bug** Since PHP 8.1 unpacking of associative arrays is supported. Unpacking an associative array into another results in one of the errors `Squiz.Arrays.ArrayDeclaration.NoKeySpecified` or `Squiz.Arrays.ArrayDeclaration.KeySpecified` (depending on the...

I've tried to figure out if this plugin is able to authenticate users using the IdP provided by [samltest.id](https://samltest.id/)? On the [SAML section](https://authp.github.io/docs/authenticate/saml/saml) of the documentation you state: > The...

question
need triage

You defined a type export in the last line of sifter.ts. https://github.com/orchidjs/sifter.js/blob/18a1a48ac74d74b4428925c94f9562e0d603e38b/lib/sifter.ts#L356 This line is converted to EMS like this. ```javascript export * from "./types.js"; ``` However, types.js is a...