Skip to content

PHP 7.1+. Queue Interop typed interfaces. #512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Aug 23, 2018
Merged

Conversation

makasim
Copy link
Member

@makasim makasim commented Aug 21, 2018

Transports:

  • AMQP Bunny
  • AMQP Ext
  • AMQP Lib
  • AMQP tools
  • Dbal
  • Fs
  • Gearman
  • Gps
  • Mongodb
  • Null
  • Pheanstalk
  • Rdkafka
  • Redis
  • Sqs
  • Stomp
  • fix other tests
  • strict mode

foreach ($phpSyntaxErrors as $error) {
echo $error . PHP_EOL;
foreach ($phpSyntaxErrors as $phpSyntaxErrors) {
echo array_walk_recursive($phpSyntaxErrors, function($item) {
Copy link

@ronfroy ronfroy Aug 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

implode(PHP_EOL, $phpSyntaxErrors) . PHP_EOL . PHP_EOL ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is array of arrays,

@makasim makasim assigned ASKozienko and makasim and unassigned ASKozienko Aug 23, 2018
@makasim makasim merged commit 858c217 into master Aug 23, 2018
@makasim makasim deleted the migrate-to-queue-interop-07 branch August 23, 2018 18:05
ASKozienko pushed a commit that referenced this pull request Nov 2, 2018
PHP 7.1+. Queue Interop typed interfaces.
@makasim makasim added this to the 0.9 milestone Nov 15, 2018
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.

None yet

3 participants