Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
basz committed Feb 12, 2015
1 parent cdb3a3b commit 159aebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Job/PostponableJobTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ abstract function setMetadata($spec, $value = null);
* @param null|string|int $key
* @return mixed
*/
abstract function getMetadata($key = NULL, $default = NULL);
abstract function getMetadata($key = null, $default = null);
}

0 comments on commit 159aebd

Please sign in to comment.