Completed
Push — master ( 61818c...b240d3 )
by Sam
03:00
created
src/Xtools/Page.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
 
53 53
     /**
54 54
      * Get this page's database ID.
55
-     * @return int
55
+     * @return \string|null
56 56
      */
57 57
     public function getId()
58 58
     {
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
     }
76 76
 
77 77
     /**
78
-     * @return string
78
+     * @return \string|null
79 79
      */
80 80
     public function getUrl()
81 81
     {
Please login to merge, or discard this patch.