📝 Add docstrings to feat/rewrite-update-process
#3907
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Docstrings generation was requested by @thorsten.
The following files were modified:
phpmyfaq/src/phpMyFAQ/Controller/Frontend/Api/SetupController.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/AbstractMigration.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/MigrationExecutor.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/MigrationInterface.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/MigrationRegistry.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/MigrationResult.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/MigrationTracker.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Operations/ConfigAddOperation.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Operations/ConfigDeleteOperation.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Operations/ConfigRenameOperation.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Operations/ConfigUpdateOperation.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Operations/DirectoryCopyOperation.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Operations/FileCopyOperation.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Operations/OperationInterface.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Operations/OperationRecorder.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Operations/PermissionGrantOperation.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Operations/SqlOperation.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/QueryBuilder/AlterTableBuilder.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/QueryBuilder/Dialect/MysqlDialect.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/QueryBuilder/Dialect/PostgresDialect.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/QueryBuilder/Dialect/SqlServerDialect.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/QueryBuilder/Dialect/SqliteDialect.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/QueryBuilder/DialectFactory.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/QueryBuilder/DialectInterface.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/QueryBuilder/QueryBuilder.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/QueryBuilder/TableBuilder.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration320Alpha.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration320Beta.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration320Beta2.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration320RC.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration323.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration400Alpha.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration400Alpha2.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration400Alpha3.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration400Beta2.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration405.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration407.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration409.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration410Alpha.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration410Alpha2.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration410Alpha3.phpphpmyfaq/src/phpMyFAQ/Setup/Migration/Versions/Migration420Alpha.phpphpmyfaq/src/phpMyFAQ/Setup/Update.phpphpmyfaq/src/phpMyFAQ/Setup/UpdateRunner.phpThese files were ignored
tests/phpMyFAQ/Setup/Migration/AbstractMigrationTest.phptests/phpMyFAQ/Setup/Migration/MigrationExecutorTest.phptests/phpMyFAQ/Setup/Migration/MigrationRegistryTest.phptests/phpMyFAQ/Setup/Migration/MigrationResultTest.phptests/phpMyFAQ/Setup/Migration/MigrationTrackerTest.phptests/phpMyFAQ/Setup/Migration/Operations/ConfigAddOperationTest.phptests/phpMyFAQ/Setup/Migration/Operations/ConfigDeleteOperationTest.phptests/phpMyFAQ/Setup/Migration/Operations/ConfigRenameOperationTest.phptests/phpMyFAQ/Setup/Migration/Operations/ConfigUpdateOperationTest.phptests/phpMyFAQ/Setup/Migration/Operations/DirectoryCopyOperationTest.phptests/phpMyFAQ/Setup/Migration/Operations/FileCopyOperationTest.phptests/phpMyFAQ/Setup/Migration/Operations/OperationRecorderTest.phptests/phpMyFAQ/Setup/Migration/Operations/PermissionGrantOperationTest.phptests/phpMyFAQ/Setup/Migration/Operations/SqlOperationTest.phptests/phpMyFAQ/Setup/Migration/QueryBuilder/AlterTableBuilderTest.phptests/phpMyFAQ/Setup/Migration/QueryBuilder/Dialect/MysqlDialectTest.phptests/phpMyFAQ/Setup/Migration/QueryBuilder/Dialect/PostgresDialectTest.phptests/phpMyFAQ/Setup/Migration/QueryBuilder/Dialect/SqlServerDialectTest.phptests/phpMyFAQ/Setup/Migration/QueryBuilder/Dialect/SqliteDialectTest.phptests/phpMyFAQ/Setup/Migration/QueryBuilder/DialectFactoryTest.phptests/phpMyFAQ/Setup/Migration/QueryBuilder/TableBuilderTest.phptests/phpMyFAQ/Setup/Migration/Versions/Migration320AlphaTest.phptests/phpMyFAQ/Setup/UpdateTest.phpThese file types are not supported
CHANGELOG.mdℹ️ Note