Skip to content

Commit

Permalink
Update ProcessStamp.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick authored Jan 31, 2019
1 parent 6ac11e8 commit 4b58ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProcessStamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function getTable() : string
*
* @return ProcessStamp
*/
public static function firstOrCreateByProcess(array $process, ?string $hash) : self
public static function firstOrCreateByProcess(array $process, ?string $hash = null) : self
{
if (empty($process['type'])) {
$process['type'] = 'other';
Expand Down

0 comments on commit 4b58ebe

Please sign in to comment.