Completed
Push — master ( 5ec4f5...373601 )
by Robert
02:48 queued 39s
created
src/Document/BaseDocument.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -15,6 +15,9 @@
 block discarded – undo
15 15
         return $this->loadString(file_get_contents($file));
16 16
     }
17 17
 
18
+    /**
19
+     * @param resource $stream
20
+     */
18 21
     public function loadStream($stream) : Element
19 22
     {
20 23
         Assert::resource($stream);
Please login to merge, or discard this patch.