Completed
Push — master ( 09dfab...22eb16 )
by Dane
05:32
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) {
@@ -97,6 +100,9 @@  discard block
 block discarded – undo
97 100
         };
98 101
     }
99 102
 
103
+    /**
104
+     * @param string $name
105
+     */
100 106
     private static function setOption($name, $default, $requested)
101 107
     {
102 108
         if (isset($requested[$name])) {
Please login to merge, or discard this patch.