Completed
Push — master ( 5550e1...679a13 )
by Costin
01:05
created
src/FileVault.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -162,6 +162,9 @@
 block discarded – undo
162 162
         return $encrypter->decrypt($sourcePath, "php://output");
163 163
     }
164 164
 
165
+    /**
166
+     * @return string
167
+     */
165 168
     protected function getFilePath($file)
166 169
     {
167 170
         if ($this->isS3File()) {
Please login to merge, or discard this patch.