Skip to content

Commit 1afe07f

Browse files
committed
Make md5 required
1 parent 7cabc1b commit 1afe07f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Exercise/TheAttributesOfSuccess.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ public function getRequiredFunctions(): array
215215
{
216216
return [
217217
'deserialize',
218-
'var_dump'
218+
'var_dump',
219+
'md5'
219220
];
220221
}
221222

0 commit comments

Comments
 (0)