Completed
Push — master ( 85bd40...13d450 )
by Robert
09:28
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.
src/Filter/Behavior/FilterContextTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
         return sprintf($path, $options['context']);
41 41
     }
42 42
 
43
+    /**
44
+     * @return Element
45
+     */
43 46
     protected function getSearchElement(Element $element, $options)
44 47
     {
45 48
         if (!isset($options['context']) || !$options['context'] instanceof Element) {
Please login to merge, or discard this patch.