Passed
Push — master ( c41dc5...63b79a )
by Sebastian
03:21
created
src/Seboettg/CiteProc/Styles/TextCaseTrait.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -79,6 +79,10 @@
 block discarded – undo
79 79
     }
80 80
 
81 81
 
82
+    /**
83
+     * @param string $render
84
+     * @param string $original
85
+     */
82 86
     private function keepNoCase($render, $original)
83 87
     {
84 88
         if (preg_match('/<span class=\"nocase\">(\p{L}+)<\/span>/i', $original, $match)) {
Please login to merge, or discard this patch.