Jorg Adam Sowa

Results 21 issues of Jorg Adam Sowa

| Subject | Details | | :------------- | :---------------------------------------------------------------------------- | | Plugin | Php Inspections (EA Extended) | | Language level | PHP 8.0 | Current behaviour -- Similar issue...

https://psalm.dev/r/ec8201d718 The description of the issues is not understandable. The term `$101` doesn't explain what's wrong exactly. The phrase `$101` should be probably annotated differently. ``` ERROR: [RedundantCondition](https://psalm.dev/122) - 7:10...

easy problems
Help wanted
good first issue

**Describe the bug** Package https://github.com/elijaa/phpmemcachedadmin has disclosed a vulnerability https://osv.dev/vulnerability/CVE-2023-6026 However, the OSV scanner doesn't detect it, because it scans dependencies, not the package itself (!). As a result, the...

kind/bug
kind/enhancement
check/Vulnerabilities

### Description The following code: ```php

Added warning about not returning magic constants when using function `get_defined_constants()`.

Hey everyone, Looking at how many improvements of PHP 8.3 still don't have their corresponding change in the documentation (and even 8.2 doesn't have some) I want to suggest already...

Format RFC 7231 doesn't take into consideration the timezone of the DateTime object. It shows always `GMT` designation. It should be reflected in documentation.

Extension: date

Return value of this function may be only one of 3 session status constants.

This PR specifies possible values of parameter options of `session_start`. Session_start documentation: https://www.php.net/manual/en/function.session-start.php Values are sorted based on the list below the table of possible values: https://www.php.net/manual/en/session.configuration.php Some of the...

Updates PHPUnit version to 10. - migrated PHPUnit configuration to v10, - declared all data providers as static, - changed PHPUnit version in Composer to `^10.0`.