Skip to content

Conversation

larsroettig
Copy link
Member

No description provided.

@buskamuza
Copy link

In general it looks reasonable for me. Please make sure you also check VersionSetterCommand - it uses SemVer checker.
As the tool already has dependency on Magento Framework (at lease, based on composer.json), I'd recommend using Magento's OM as it's the most commonly used in Magento environment.

@@ -27,6 +27,7 @@ public function analyze($registryBefore, $registryAfter)
$analyzers = [
new ClassAnalyzer(),
new InterfaceAnalyzer(),
// @todo should moved in a extra analyzer for a better extendability.
Copy link
Member

@melnikovi melnikovi Aug 22, 2019

Choose a reason for hiding this comment

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

We try to avoid adding @todo annotation in the code. Let's add items like this to backlog and remove annotation in the code.

@@ -0,0 +1,102 @@
<?php
Copy link
Member

Choose a reason for hiding this comment

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

Need to make sure all files have Magento copyright. Dod you mention tests are green on this PR? If so need to double check if they run.

@roribio
Copy link
Contributor

roribio commented Nov 7, 2019

Closing in favor of #15

@roribio roribio closed this Nov 7, 2019
mmansoor-magento pushed a commit that referenced this pull request Oct 21, 2020
MQE-2329: Magento SVC does not work with nikic/php-parser version above 4.6.0
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.

4 participants