Project

General

Profile

action #105127

Updated by livdywan over 2 years ago

## Acceptance criteria 
 * **AC1:** Some method signatures have been introduced 

  

 ## Suggestions 

 * In https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/CLI/api.pm#L5 replace `use Mojo::Base 'OpenQA::Command';` with `use Mojo::Base 'OpenQA::Command', -signatures;` 
 * In https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/CLI/api.pm#L18 do what I did with https://github.com/os-autoinst/openQA/pull/4201/files . At best create a pull request already with just this line change or conduct tests locally first 
 * Read about signatures in https://docs.mojolicious.org/perlsub#Signatures 
 * Extend as many other references as you can

Back