Skip to content

Commit e0f23fd

Browse files
authored
Update RuntimeConfiguration.php
Remove your outdated comment
1 parent 7d0fb3b commit e0f23fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/QueryReflection/RuntimeConfiguration.php

-5
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ public function stringifyTypes(bool $stringify): self
113113

114114
/**
115115
* Enables checking of writable queries (INSERT, UPDATE, DELETE,...).
116-
*
117-
* This feature requires a database and a database driver which supports transactions.
118-
* Otherwise, the analysis might lead to data loss!
119-
*
120-
* Also make sure your mysql tables use the InnoDB engine.
121116
*/
122117
public function analyzeWriteQueries(bool $enabled): self
123118
{

0 commit comments

Comments
 (0)