Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec0975 commit c399fa3Copy full SHA for c399fa3
1 file changed
lib/PHPExiftool/Driver/Value/ValueInterface.php
@@ -13,7 +13,7 @@
13
14
interface ValueInterface
15
{
16
- const TYPE_BINARY = 'bianry';
+ const TYPE_BINARY = 'binary';
17
const TYPE_MONO = 'mono';
18
const TYPE_MULTI = 'multi';
19
0 commit comments