Completed
Push — master ( a90598...fbbc5d )
by Albin
06:36
created
src/Gaufrette/Filesystem.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -227,6 +227,7 @@  discard block
 block discarded – undo
227 227
 
228 228
     /**
229 229
      * {@inheritdoc}
230
+     * @param string $key
230 231
      */
231 232
     public function createStream($key)
232 233
     {
@@ -241,6 +242,7 @@  discard block
 block discarded – undo
241 242
 
242 243
     /**
243 244
      * {@inheritdoc}
245
+     * @param string $key
244 246
      */
245 247
     public function createFile($key)
246 248
     {
Please login to merge, or discard this patch.