| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | 1 | public static function new(string $migrationClass) : self |
|
| 13 | { |
||
| 14 | 1 | return new self( |
|
| 15 | 1 | sprintf( |
|
| 16 | 'Migration class "%s" contains a prepared statement. Unfortunately there is no cross platform way ' |
||
| 17 | 1 | . 'of outputing it as an sql string. Do you want to write a PR for it?', |
|
| 18 | 1 | $migrationClass |
|
| 19 | ) |
||
| 23 |