@@ -305,6 +305,9 @@ discard block |
||
305 | 305 | } |
306 | 306 | } |
307 | 307 | |
308 | + /** |
|
309 | + * @param string $needle |
|
310 | + */ |
|
308 | 311 | private function endsWith($haystack, $needle) |
309 | 312 | { |
310 | 313 | return substr_compare($haystack, $needle, -strlen($needle)) === 0; |
@@ -340,7 +343,6 @@ discard block |
||
340 | 343 | * Insert data to bean in order to update zoho records. |
341 | 344 | * |
342 | 345 | * @param ZohoBeanInterface $zohoBean |
343 | - * @param array $fieldsMatching |
|
344 | 346 | * @param type $columnName |
345 | 347 | * @param type $valueDb |
346 | 348 | */ |