Completed
Push — master ( 1932ea...b49884 )
by Adam
02:19
created
src/IPub/Permissions/Access/AnnotationChecker.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 	}
72 72
 
73 73
 	/**
74
-	 * @param UI\ComponentReflection|UI\MethodReflection $element
74
+	 * @param \Reflector $element
75 75
 	 *
76 76
 	 * @return bool
77 77
 	 *
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 	}
108 108
 
109 109
 	/**
110
-	 * @param UI\ComponentReflection|UI\MethodReflection $element
110
+	 * @param \Reflector $element
111 111
 	 *
112 112
 	 * @return bool
113 113
 	 *
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
 	}
148 148
 
149 149
 	/**
150
-	 * @param UI\ComponentReflection|UI\MethodReflection $element
150
+	 * @param \Reflector $element
151 151
 	 *
152 152
 	 * @return bool
153 153
 	 *
@@ -181,7 +181,7 @@  discard block
 block discarded – undo
181 181
 	}
182 182
 
183 183
 	/**
184
-	 * @param UI\ComponentReflection|UI\MethodReflection $element
184
+	 * @param \Reflector $element
185 185
 	 *
186 186
 	 * @return bool
187 187
 	 */
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
 	}
217 217
 
218 218
 	/**
219
-	 * @param UI\ComponentReflection|UI\MethodReflection $element
219
+	 * @param \Reflector $element
220 220
 	 *
221 221
 	 * @return bool
222 222
 	 */
Please login to merge, or discard this patch.