Completed
Push — master ( ca7425...09dfab )
by Dane
05:18
created
src/Pasteboard.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -67,6 +67,9 @@  discard block
 block discarded – undo
67 67
         return $output;
68 68
     }
69 69
 
70
+    /**
71
+     * @param string $do
72
+     */
70 73
     private static function storedClipboard($do, $test = true)
71 74
     {
72 75
         if ($test) {
@@ -98,6 +101,9 @@  discard block
 block discarded – undo
98 101
 
99 102
     }
100 103
 
104
+    /**
105
+     * @param string $name
106
+     */
101 107
     private static function setOption($name, $default, $requested)
102 108
     {
103 109
         if (isset($requested[$name])) {
Please login to merge, or discard this patch.