Skip to content

Commit

Permalink
Fix php warning in class PHPExecutor due to trait being used twice
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Nov 22, 2022
1 parent c2927f1 commit 4730fbc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Core/Executor/PHPExecutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

class PHPExecutor extends BasePHPExecutor
{
use IgnorableStepExecutorTrait;

protected $supportedStepTypes = array('php');
protected $supportedActions = array('call_function', 'call_static_method');

Expand Down
6 changes: 6 additions & 0 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version: 6.3.2
==============

* Fixed php warning in class `PHPExecutor` due to trait being used twice


Version 6.3.1
=============

Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@
"php-http/httplug-bundle": "Required for usage of HTTP/CALL migration steps"
},
"conflict": {
"netgen/tagsbundle": "1.*",
"ezsystems/ezpublish-kernel": "6.7.3",
"symfony/symfony": "3.4.12"
"netgen/tagsbundle": "1.*",
"symfony/symfony": "3.4.12",
"tanoconsulting/ibexa-migration-bundle": "*",
"tanoconsulting/ezmigrationbundle2": "*"
},
"autoload": {
"psr-4": { "Kaliop\\eZMigrationBundle\\": "" }
Expand Down

0 comments on commit 4730fbc

Please sign in to comment.