Skip to content
View BooleanType's full-sized avatar

Block or report BooleanType

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. array-search-by-key-value-pairs array-search-by-key-value-pairs Public

    Simple function, that allows to searches the array for a given key-value pair(s)

    PHP 2

  2. php-jquery-ajax-handling-conception php-jquery-ajax-handling-conception Public

    This functionality is advice on making requests to the server through the AJAX.

  3. symfony-docs symfony-docs Public

    Forked from symfony/symfony-docs

    The Symfony documentation

    HTML

  4. sendgrid-php sendgrid-php Public

    Forked from sendgrid/sendgrid-php

    The Official Twilio SendGrid Led, Community Driven PHP API Library

    PHP

  5. symfony-bundle symfony-bundle Public

    Forked from knpuniversity/symfony-bundle

    Screencast code, script and birthday presents behind the "Creating a Reusable (& Amazing) Symfony Bundle" tutorial

    PHP

  6. symfony_knpu_lorem_ipsum_bundle symfony_knpu_lorem_ipsum_bundle Public

    PHP

5 contributions in the last year

Skip to contributions year list
Contribution Graph
Day of Week June July August September October November December January February March April May June
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to Crell/php-rfcs, php/php-src, markitosgv/JWTRefreshTokenBundle and 1 other repository
Loading A graph representing BooleanType's contributions from June 23, 2024 to June 27, 2025. The contributions are 50% pull requests, 50% issues, 0% commits, 0% code review.   Code review 50% Issues 50% Pull requests   Commits

Contribution activity

June 2025

Created 1 repository
Opened 2 pull requests in 1 repository
Crell/php-rfcs 2 open

Created an issue in php/php-src that received 2 comments

Hooks scoping: accessing the backing value of a property from a method called from a hook on that property must throw an Error, but infinite loop instead.

Description The following code: <?php class Person { public string $phone { set { $this->phone = $this->sanitizePhone($value); } } private function s…

2 comments
Loading