Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
III-484: Fix for optional arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
nleroy committed Nov 19, 2015
1 parent 54b021f commit 8a97f39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Event/Commands/AddLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ public function __construct(
String $link,
LinkType $linkType,
String $title = null,
String $copyright,
String $subbrand,
String $description
String $copyright = null,
String $subbrand = null,
String $description = null
) {
$this->eventId = $eventId;
$this->language = $language;
Expand Down

0 comments on commit 8a97f39

Please sign in to comment.