Ocramius
Repos
347
Followers
4115
Following
224

:closed_lock_with_key: Security advisories as a simple composer exclusion list, updated daily

2512
95

:ab: Tool to compare two revisions of a class API to check for BC breaks

533
52

:crystal_ball: Better Reflection is a reflection API that aims to improve and provide more features than PHP's built-in reflection API.

1104
118

:white_check_mark: :dragon_face: Static analysis on top of mutation testing - prevents escaped mutants from being invalid according to static analysis

108
13

🎩✨🌈 OOP Proxy wrappers/utilities - generates and manages proxies of your objects

4871
186

Doctrine Object Relational Mapper (ORM)

9530
2363

Events

closed issue
browserconfig.xml 404

Bug Report

https://realfavicongenerator.net/favicon_checker?protocol=https&site=getlaminas.org%2F#.ZCSxJnZBy3A https://getlaminas.org/images/favicon/browserconfig.xml

Created at 9 hours ago

Committing generated "composer.json" file as per "2023-03-29T19:04:03+00:00" Original commit: "https://github.com/FriendsOfPHP/security-advisories/commit/cb870abf095ca4a147f8764074a80df300e92252"

Created at 12 hours ago

Committing generated "composer.json" file as per "2023-03-29T19:04:03+00:00" Original commit: "https://github.com/FriendsOfPHP/security-advisories/commit/cb870abf095ca4a147f8764074a80df300e92252"

Created at 12 hours ago
unrecognized node type `PhpParser\Node\Expr\FuncCall`

#737 provides that, but we had difficulties landing it due to CI setup requiring work (for which I simply couldn't find the time ;_; )

Created at 20 hours ago
unrecognized node type `PhpParser\Node\Expr\FuncCall`

No clue: the YAML-based exclusions are not part of this package, since I wouldn't touch YAML anyway 😛

Created at 20 hours ago
unrecognized node type `PhpParser\Node\Expr\FuncCall`

This define() call:

define('REGEX_EMAIL', defined('ENCODING_CHARSET') && (false !== stripos(ENCODING_CHARSET, StringConverter::UTF_8)) ? REGEX_MAIL_UTF8 : REGEX_MAIL_OLD);

Contains a function call, and can likely not be evaluated

Created at 21 hours ago

Specified array structure after merging packages list

Signed-off-by: MarioRadu magda_marior@yahoo.com

Merge pull request #76 from MarioRadu/fix-package-versions-from-composer-files

Specified array structure after merging packages list

Created at 1 day ago
pull request closed
Specified array structure after merging packages list

| Q | A |-------------- | ------ | Documentation | no | Bugfix | no | BC Break | no | New Feature | no | RFC | no | QA | yes

Description

Fixed this error :

Error: src/PackageVersions.php:73:40: NamedArgumentNotAllowed: Method array_merge called with named unpacked array non-empty-array<array-key, array<array-key, mixed|string>> (array with string keys) (see https://psalm.dev/268)

The checks were failing because Psalm couldn't identify the correct array structure.

Created at 1 day ago
pull request closed
Allow custom session attribute names
Created at 1 day ago

Allow custom session attribute names

Remove randomness from test case

Prefer literal-string over non-empty-string

Merge pull request #563 from Slamdunk/custom_attribute_name

Allow custom session attribute names

Created at 1 day ago