Skip to content

Commit 111fd88

Browse files
FunctionEvaluator: fix typo UNIX_TIMESTAPM() -> UNIX_TIMESTAMP()
1 parent c2cf5e5 commit 111fd88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Processor/Expression/FunctionEvaluator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ private static function sqlUnixTimestamp(
903903
}
904904
return \strtotime($column) ?: null;
905905
default:
906-
throw new ProcessorException("MySQL UNIX_TIMESTAPM() SQLFake only implemented for 0 or 1 argument");
906+
throw new ProcessorException("MySQL UNIX_TIMESTAMP() SQLFake only implemented for 0 or 1 argument");
907907
}
908908
}
909909

0 commit comments

Comments
 (0)