Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jul 30, 2024
1 parent 2431889 commit c75dbfe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Exceptions/InvalidFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class InvalidFormat extends Exception
/**
* Invalid mime type exception.
*
* @param $mimeType
* @param $mimeType
* @return static
*/
public static function invalidMimeType($mimeType)
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/UnableToOpen.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class UnableToOpen extends Exception
/**
* No such file exception.
*
* @param $file
* @param $file
* @return static
*/
public static function noSuchFile($file)
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/ZbarError.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ZbarError extends Exception
/**
* Zbar exit status code messages.
*
* @param $code
* @param $code
* @return static
*/
public static function exitStatus($code)
Expand Down
4 changes: 2 additions & 2 deletions src/Zbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Zbar
/**
* Zbar constructor.
*
* @param $image
* @param $image
*
* @throws InvalidFormat
* @throws UnableToOpen
Expand Down Expand Up @@ -122,7 +122,7 @@ public function decode()
/**
* Return symbol object.
*
* @param $output
* @param $output
* @return object
*/
private function parse($output)
Expand Down

0 comments on commit c75dbfe

Please sign in to comment.