We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3277d6d commit 4a85148Copy full SHA for 4a85148
src/Driver.php
@@ -15,8 +15,8 @@ interface Driver
15
public function serialize($data): string;
16
17
/**
18
- * The extension that should be used to save the snapshot file, including
19
- * the leading dot character.
+ * The extension that should be used to save the snapshot file, without
+ * a leading dot.
20
*
21
* @return string
22
*/
0 commit comments