Skip to content

Commit

Permalink
Fixed compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr committed Nov 4, 2017
1 parent d7bed9a commit b2f092e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.0
- 7.1
- 7.2

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion src/Dusker/CopyFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CopyFile
*
* @throws \InvalidArgumentException
*/
public static function copy(Event $event): void
public static function copy(Event $event)
{
$extras = $event->getComposer()->getPackage()->getExtra();

Expand Down

0 comments on commit b2f092e

Please sign in to comment.