Completed
Push — master ( 0e1e5b...3f13f9 )
by Gaetano
10:11
created
Core/Matcher/ContentVersionMatcher.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -110,6 +110,9 @@  discard block
 block discarded – undo
110 110
         }
111 111
     }
112 112
 
113
+    /**
114
+     * @param Content $content
115
+     */
113 116
     protected function matchAnd($conditionsArray, $content = null)
114 117
     {
115 118
         /// @todo introduce proper re-validation of all child conditions
@@ -133,6 +136,9 @@  discard block
 block discarded – undo
133 136
         return $results;
134 137
     }
135 138
 
139
+    /**
140
+     * @param Content $content
141
+     */
136 142
     protected function matchOr($conditionsArray, $content = null)
137 143
     {
138 144
         /// @todo introduce proper re-validation of all child conditions
Please login to merge, or discard this patch.