Completed
Push — master ( f3c232...ee59e4 )
by Yaro
04:19
created
src/Jarboe/Table/Actions/ActionInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
      */
26 26
     public function tooltip(string $tooltip, string $position = ActionInterface::TOOLTIP_POSITION_TOP): ActionInterface;
27 27
 
28
+    /**
29
+     * @return string
30
+     */
28 31
     public function getTooltip();
29 32
 
30 33
     public function getTooltipPosition(): string;
Please login to merge, or discard this patch.