Skip to content

Commit 02197de

Browse files
committed
Refactoring
1 parent 96f7a58 commit 02197de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/helpers/NowValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace tommyknocker\pdodb\helpers;
55

66
/**
7-
* NOW() value representation
7+
* NOW() value e.g. NOW(), NOW() + INTERVAL
88
*/
99
class NowValue extends RawValue
1010
{

src/helpers/RawValue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace tommyknocker\pdodb\helpers;
55

66
/**
7-
* Raw value (e.g. NOW(), NOW() + INTERVAL)
7+
* Raw value e.g. NOW(), CONCAT(), etc.
88
*/
99
class RawValue
1010
{

0 commit comments

Comments
 (0)