Skip to content

Commit 50c763a

Browse files
committed
Merge pull request #4 from Rican7/hotfix/gettype-exception-message
Hotfix - "get_type" -> "gettype"
2 parents 2f4c23e + fc6911d commit 50c763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OneMightyRoar/PhpFileManager/FileObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public static function createFromDetectedType($representation, $name = null)
343343
}
344344
} else {
345345
throw new UnexpectedValueException(
346-
'Incompatible or unknown type. '. get_type($representation)
346+
'Incompatible or unknown type. '. gettype($representation)
347347
);
348348
}
349349
}

0 commit comments

Comments
 (0)