Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #37 from ezimuel/release-2.7
Browse files Browse the repository at this point in the history
Added the isSupported() static function
  • Loading branch information
weierophinney committed Dec 4, 2018
2 parents f435809 + d485ee7 commit 96cdc29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Source/HashTiming.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,12 @@ public function generate($size)
}
return substr($result, 0, $size);
}

/**
* {@inheritdoc}
*/
public static function isSupported()
{
return true;
}
}

0 comments on commit 96cdc29

Please sign in to comment.