Issue #3344127: Composer validate all fixture manipulation changes
Merged
requested to merge issue/automatic_updates-3344127:3344127-composer-validate-manipulation into 3.0.x
8 unresolved threads
Compare changes
@@ -5,6 +5,7 @@ namespace Drupal\fixture_manipulator;
@@ -40,6 +41,25 @@ class FixtureManipulator {
The
composer help validate
info is worthless.https://getcomposer.org/doc/03-cli.md#validate is better:
--no-check-publish
: Do not emit an error ifcomposer.json
is unsuitable for publishing as a package on Packagist but is otherwise valid.
@@ -60,7 +80,11 @@ class FixtureManipulator {
@@ -357,7 +381,7 @@ class FixtureManipulator {
Final is great! Methods, classes, and class constants (as of 8.1) can all be final. https://www.php.net/manual/en/language.oop5.final.php
Edited by Adam G-H
@@ -372,6 +396,7 @@ class FixtureManipulator {