Skip to content
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

Remove patches #15

Merged
merged 17 commits into from
Aug 28, 2024
Prev Previous commit
Next Next commit
fix cs 4
  • Loading branch information
ol0lll committed Aug 27, 2024
commit a1433e00a2ec015f0301db7737ba27d3c0f1e15e
2 changes: 1 addition & 1 deletion BackendCommands.php
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ public function __construct()
* @hook init @options-backend
*
* @param \Symfony\Component\Console\Input\InputInterface $input
* @param \Consolidation\AnnotatedCommand\AnnotationData $annotationData
* @param \Consolidation\AnnotatedCommand\AnnotationData $annotationData
*/
public function initCommands(InputInterface $input, AnnotationData $annotationData)
{
Loading