Completed
Push — develop ( ca1c47...d735f5 )
by Peter
16:25
created
src/WebinoDraw/View/Strategy/DrawAjaxHtmlStrategy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      *
25 25
      * @param Document $dom
26 26
      * @param string $xpath
27
-     * @return array
27
+     * @return string
28 28
      * @throws Exception\RuntimeException
29 29
      */
30 30
     public function createMarkup(Document $dom, $xpath)
Please login to merge, or discard this patch.
src/WebinoDraw/View/Strategy/DrawAjaxJsonStrategy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * @param Document $dom
48 48
      * @param string $xpath
49
-     * @return \WebinoDraw\Ajax\Json
49
+     * @return string
50 50
      */
51 51
     protected function respond(Document $dom, $xpath)
52 52
     {
Please login to merge, or discard this patch.
src/WebinoDraw/Dom/NodeTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
 
53 53
     /**
54 54
      * @param string $html
55
-     * @return NodeInterface
55
+     * @return \DOMNode
56 56
      * @throws Exception\LogicException
57 57
      */
58 58
     public function replaceWith($html)
Please login to merge, or discard this patch.