Fix CS
This commit is contained in:
parent
5a33a99cb0
commit
04daae19d6
6 changed files with 21 additions and 23 deletions
|
|
@ -33,7 +33,7 @@ abstract class Binary implements AdapterInterface
|
|||
/**
|
||||
* Binary constructor
|
||||
*
|
||||
* @param type $binary The path file to the binary
|
||||
* @param type $binary The path file to the binary
|
||||
* @param Logger $logger A logger
|
||||
*/
|
||||
public function __construct($binary, Logger $logger)
|
||||
|
|
@ -53,8 +53,8 @@ abstract class Binary implements AdapterInterface
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @param Logger $logger A logger
|
||||
* @return Binary The binary
|
||||
* @param Logger $logger A logger
|
||||
* @return Binary The binary
|
||||
*
|
||||
* @throws Exception\BinaryNotFoundException
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue