Alexander Schaller
Alexander Schaller
Using this in php 8.1 throws an error when attempting to use the Router::router->getUrl() function. ``` string 'strtolower(): Passing null to parameter #1 ($string) of type string is deprecated' ```...
Using phinx version ``0.16.0``. Using the mysql adapter. Code example: ```php $table = $this->table('trades'); $table ->renameColumn('uid_a', 'initiatorUserId') ->update(); ``` The resulting SQL command is: ```sql ALTER TABLE `trades` CHANGE COLUMN...
Packagist: https://packagist.org/packages/paypal/paypal-payouts-sdk However the official PayPal documents reference this project: https://developer.paypal.com/docs/payouts/standard/reference/sdk/ Just wondering if I am missing something or if either the PayPal documentation can be updated or the packagist...