intelephense
1.14.41.16.1
lib/stub/exif/exif.phplib/stub/exif/exif.php+3
Index: package/lib/stub/exif/exif.php
===================================================================
--- package/lib/stub/exif/exif.php
+++ package/lib/stub/exif/exif.php
@@ -112,15 +112,18 @@
* </p>
* @param int &$width [optional] <p>
* The return width of the returned thumbnail.
* </p>
+ * @param-out int $width
* @param int &$height [optional] <p>
* The returned height of the returned thumbnail.
* </p>
+ * @param-out int $height
* @param int &$image_type [optional] <p>
* The returned image type of the returned thumbnail. This is either
* TIFF or JPEG.
* </p>
+ * @param-out int $image_type
* @return string|false the embedded thumbnail, or <b>FALSE</b> if the image contains no
* thumbnail.
*/
function exif_thumbnail($file, &$width, &$height, &$image_type): string|false {}