We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef970a commit c04073aCopy full SHA for c04073a
src/Builder/Helpers/FieldValueConverter.php
@@ -21,7 +21,7 @@ public static function convertValues(array $row, array $columnDefinitions) {
21
* @param string $type
22
* @return mixed
23
*/
24
- private function convertValue($value, $type) {
+ private static function convertValue($value, $type) {
25
switch ($type) {
26
case 'i':
27
return (int) $value;
0 commit comments