| 1 | <?php |
||
| 22 | class PostgreSQL extends AbstractDBHelper |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * Set the right enclosure |
||
| 26 | * @return string |
||
| 27 | */ |
||
| 28 | public function getEnclosureForCSV(): string |
||
| 32 | |||
| 33 | |||
| 34 | /** |
||
| 35 | * Load Data from a CSV |
||
| 36 | * @param string $table |
||
| 37 | * @param string $filename |
||
| 38 | * @param array $fields |
||
| 39 | * @param string $mode Not in used here |
||
| 40 | * @return string |
||
| 41 | */ |
||
| 42 | public function loadData( |
||
| 63 | } |
||
| 64 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.