Completed
Push — master ( 654356...b90ebf )
by Dmitry
02:31
created
src/Plugins/DocBlock.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -120,6 +120,9 @@
 block discarded – undo
120 120
 
121 121
     private $underscores = [];
122 122
 
123
+    /**
124
+     * @param string $input
125
+     */
123 126
     private function toUnderscore($input)
124 127
     {
125 128
         if(!array_key_exists($input, $this->underscores)) {
Please login to merge, or discard this patch.