Completed
Push — master ( 22eb16...26ca47 )
by Dane
05:14
created
src/Pasteboard.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@  discard block
 block discarded – undo
86 86
         return proc_close(self::$process);
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $do
91
+     */
89 92
     private static function storedClipboard($do, $test = true)
90 93
     {
91 94
         if ($test) {
@@ -116,6 +119,9 @@  discard block
 block discarded – undo
116 119
         };
117 120
     }
118 121
 
122
+    /**
123
+     * @param string $name
124
+     */
119 125
     private static function setOption($name, $default, $requested)
120 126
     {
121 127
         if (isset($requested[$name])) {
Please login to merge, or discard this patch.