Completed
Push — master ( 3273c7...1ca3a8 )
by Marc
21s queued 17s
created
src/main/php/PDepend/Source/Language/PHP/PHPParserVersion71.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -221,6 +221,12 @@
 block discarded – undo
221 221
         }
222 222
     }
223 223
 
224
+    /**
225
+     * @param integer $tokenType
226
+     * @param integer $modifiers
227
+     *
228
+     * @return integer
229
+     */
224 230
     private function getModifiersForConstantDefinition($tokenType, $modifiers)
225 231
     {
226 232
         $allowed = State::IS_PUBLIC | State::IS_PROTECTED | State::IS_PRIVATE;
Please login to merge, or discard this patch.