Completed
Pull Request — master (#184)
by
unknown
06:19
created
Core/Executor/ContentVersionManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -147,6 +147,9 @@
 block discarded – undo
147 147
         return $refs;
148 148
     }
149 149
 
150
+    /**
151
+     * @param integer $status
152
+     */
150 153
     protected function versionStatusToHash($status)
151 154
     {
152 155
         foreach(ContentVersionMatcher::STATUS_MAP as $own => $ez) {
Please login to merge, or discard this patch.
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.