Code style fixes + more tests for invalid UTF-8 log.
This commit is contained in:
parent
3f6bec3a6b
commit
16755eadd4
5 changed files with 56 additions and 30 deletions
|
|
@ -55,10 +55,10 @@ abstract class Plugin
|
|||
/**
|
||||
* Find a binary required by a plugin.
|
||||
*
|
||||
* @param string $binary
|
||||
* @param boolean $quiet Returns null instead of throwing an exception.
|
||||
* @param array|string $binary
|
||||
* @param boolean $quiet Returns null instead of throwing an exception.
|
||||
*
|
||||
* @return null|string
|
||||
* @return string|false
|
||||
*
|
||||
* @throws \Exception when no binary has been found and $quiet is false.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue