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

Commit 96cdc29

Browse files
committed
Merge pull request #37 from ezimuel/release-2.7
Added the isSupported() static function
2 parents f435809 + d485ee7 commit 96cdc29

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Source/HashTiming.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,12 @@ public function generate($size)
108108
}
109109
return substr($result, 0, $size);
110110
}
111+
112+
/**
113+
* {@inheritdoc}
114+
*/
115+
public static function isSupported()
116+
{
117+
return true;
118+
}
111119
}

0 commit comments

Comments
 (0)