Skip to content

Conversation

alanhartless
Copy link

No description provided.

escopecz added a commit that referenced this pull request Mar 4, 2015
@escopecz escopecz merged commit 90b4708 into escopecz:master Mar 4, 2015
@alanhartless alanhartless deleted the uploader-route-fix branch March 5, 2015 23:51
escopecz pushed a commit that referenced this pull request May 5, 2015
Fixes Twitter API compatibility issues
escopecz pushed a commit that referenced this pull request Jul 13, 2015
Setting current user to the page repository
escopecz pushed a commit that referenced this pull request Aug 17, 2015
Merged staging, converted to PHP static function, and added queries to migration file
escopecz pushed a commit that referenced this pull request Sep 2, 2015
escopecz pushed a commit that referenced this pull request Jun 9, 2016
escopecz pushed a commit that referenced this pull request Oct 25, 2017
escopecz pushed a commit that referenced this pull request Mar 30, 2018
escopecz pushed a commit that referenced this pull request Aug 12, 2018
update staging from mautic staging
escopecz pushed a commit that referenced this pull request Aug 20, 2019
escopecz pushed a commit that referenced this pull request Dec 12, 2019
escopecz pushed a commit that referenced this pull request Jan 31, 2020
Updated fork with mautic/staging
escopecz pushed a commit that referenced this pull request Mar 18, 2020
escopecz pushed a commit that referenced this pull request Apr 15, 2020
…es_lead_bundle

Remove deprecated services lead bundle - part #1
escopecz pushed a commit that referenced this pull request Jun 26, 2020
escopecz added a commit that referenced this pull request May 2, 2022
escopecz added a commit that referenced this pull request May 2, 2022
escopecz added a commit that referenced this pull request May 2, 2022
escopecz added a commit that referenced this pull request Sep 8, 2022
Error message:

Could not process "app/bundles/IntegrationsBundle/Controller/ConfigController.php" file, due to:
         "System error: "Rector\Symfony\Rector\MethodCall\FormIsValidRector::isIsSubmittedByAlreadyCalledOnVariable():
         Argument #1 ($variable) must be of type PhpParser\Node\Expr\Variable, PhpParser\Node\Expr\PropertyFetch given,
         called in vendor/rector/rector/vendor/rector/rector-symfony/src/Rector/MethodCall/FormIsValidRector.php:59"
         Run Rector with "--debug" option and post the report here: https://github.com/rectorphp/rector/issues/new". On
         line: 86
escopecz added a commit that referenced this pull request Sep 16, 2022
Error message:

Could not process "app/bundles/IntegrationsBundle/Controller/ConfigController.php" file, due to:
         "System error: "Rector\Symfony\Rector\MethodCall\FormIsValidRector::isIsSubmittedByAlreadyCalledOnVariable():
         Argument #1 ($variable) must be of type PhpParser\Node\Expr\Variable, PhpParser\Node\Expr\PropertyFetch given,
         called in vendor/rector/rector/vendor/rector/rector-symfony/src/Rector/MethodCall/FormIsValidRector.php:59"
         Run Rector with "--debug" option and post the report here: https://github.com/rectorphp/rector/issues/new". On
         line: 86
escopecz added a commit that referenced this pull request Sep 23, 2022
* Adding SYMFONY_40 Rector rule

* Refactoring $this->form to DI because Rector couldn't bare it

Error message:

Could not process "app/bundles/IntegrationsBundle/Controller/ConfigController.php" file, due to:
         "System error: "Rector\Symfony\Rector\MethodCall\FormIsValidRector::isIsSubmittedByAlreadyCalledOnVariable():
         Argument #1 ($variable) must be of type PhpParser\Node\Expr\Variable, PhpParser\Node\Expr\PropertyFetch given,
         called in vendor/rector/rector/vendor/rector/rector-symfony/src/Rector/MethodCall/FormIsValidRector.php:59"
         Run Rector with "--debug" option and post the report here: https://github.com/rectorphp/rector/issues/new". On
         line: 86

* Adding also Symfony 4.1 ruleset as it does not change any code

* Typo fix

Co-authored-by: mollux <mattias.michaux@gmail.com>

Co-authored-by: mollux <mattias.michaux@gmail.com>
escopecz added a commit that referenced this pull request Jan 16, 2023
…at does not work

TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
…per::toEmoji() expects string, array given.
escopecz added a commit that referenced this pull request Jun 12, 2023
…per::toEmoji() expects string, array given.
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jun 12, 2023
escopecz added a commit that referenced this pull request Jul 24, 2023
escopecz added a commit that referenced this pull request Jan 29, 2024
escopecz added a commit that referenced this pull request Jan 29, 2024
…be of type Mautic\EmailBundle\Entity\Email, null given
escopecz added a commit that referenced this pull request Aug 29, 2024
RCheesley pushed a commit that referenced this pull request Sep 2, 2024
* Dropping support for PHP 8.0

* STAN: Return type bool of method Mautic\CoreBundle\Session\Storage\Handler\RedisSentinelSessionHandler::gc() is not covariant with tentative return type int|false of method SessionHandlerInterface::gc()

* STAN: Parameter #1 $imap of function imap_ping expects IMAP\Connection, resource given.
fedys added a commit that referenced this pull request Jul 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants