Completed
Branch master (2ac5a6)
by Nicola
01:38
created
src/Autotoc.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
      * (e.g. because of malformed content) no further attempts will be
104 104
      * made.
105 105
      *
106
-     * @param DataObject $owner
106
+     * @param \SilverStripe\ORM\DataObject $owner
107 107
      * @return Tocifier|false|null
108 108
      */
109 109
     private static function getTocifier($owner)
Please login to merge, or discard this patch.
src/Hacks.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -26,6 +26,10 @@
 block discarded – undo
26 26
         ];
27 27
     }
28 28
 
29
+    /**
30
+     * @param string $method
31
+     * @param \Closure $callback
32
+     */
29 33
     public static function addCallbackMethodToInstance($instance, $method, $callback)
30 34
     {
31 35
         // hasMethod() trigger the population of $extra_methods
Please login to merge, or discard this patch.