Completed
Branch feature/cropping (bb6420)
by Philippe
01:19
created
src/Models/Asset.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
     }
111 111
 
112 112
     /**
113
-     * @return bool|string
113
+     * @return string|false
114 114
      */
115 115
     public function getExtensionType()
116 116
     {
Please login to merge, or discard this patch.
src/Models/AssetUploader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      * @param $files
50 50
      * @param bool $keepOriginal
51 51
      * @param Asset $asset
52
-     * @return $this|null
52
+     * @return null|Asset
53 53
      */
54 54
     public static function uploadToAsset($files, $asset, $keepOriginal = false)
55 55
     {
Please login to merge, or discard this patch.