File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 10
10
- Fix internal deprecations in Doctrine's populator by @gnutix in (#889 )
11
11
- Fix mobile phone number pattern for France by @ker0x in (#859 )
12
12
- PHP 8.4 Support by @Jubeki in (#904 )
13
+ - Add missing return type in annotations (#923 )
13
14
14
15
- Added support for PHP 8.4 (#904 )
15
16
Original file line number Diff line number Diff line change @@ -763,6 +763,8 @@ public function parse($string)
763
763
* Get a random MIME type
764
764
*
765
765
* @example 'video/avi'
766
+ *
767
+ * @return string
766
768
*/
767
769
public function mimeType ()
768
770
{
@@ -773,6 +775,8 @@ public function mimeType()
773
775
* Get a random file extension (without a dot)
774
776
*
775
777
* @example avi
778
+ *
779
+ * @return string
776
780
*/
777
781
public function fileExtension ()
778
782
{
@@ -781,6 +785,8 @@ public function fileExtension()
781
785
782
786
/**
783
787
* Get a full path to a new real file on the system.
788
+ *
789
+ * @return string
784
790
*/
785
791
public function filePath ()
786
792
{
You can’t perform that action at this time.
0 commit comments