Passed
Push — master ( c54717...4ebf05 )
by Adam
53s
created
src/IPub/Permissions/Access/AnnotationChecker.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
 	}
75 75
 
76 76
 	/**
77
-	 * @param UI\ComponentReflection|UI\MethodReflection|Nette\Reflection\ClassType|Nette\Reflection\Method|\Reflector $element
77
+	 * @param \Reflector $element
78 78
 	 *
79 79
 	 * @return bool
80 80
 	 *
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 	}
111 111
 
112 112
 	/**
113
-	 * @param UI\ComponentReflection|UI\MethodReflection|Nette\Reflection\ClassType|Nette\Reflection\Method|\Reflector $element
113
+	 * @param \Reflector $element
114 114
 	 *
115 115
 	 * @return bool
116 116
 	 *
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
 	}
151 151
 
152 152
 	/**
153
-	 * @param UI\ComponentReflection|UI\MethodReflection|Nette\Reflection\ClassType|Nette\Reflection\Method|\Reflector $element
153
+	 * @param \Reflector $element
154 154
 	 *
155 155
 	 * @return bool
156 156
 	 *
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
 	}
185 185
 
186 186
 	/**
187
-	 * @param UI\ComponentReflection|UI\MethodReflection|Nette\Reflection\ClassType|Nette\Reflection\Method|\Reflector $element
187
+	 * @param \Reflector $element
188 188
 	 *
189 189
 	 * @return bool
190 190
 	 */
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
 	}
220 220
 
221 221
 	/**
222
-	 * @param UI\ComponentReflection|UI\MethodReflection|Nette\Reflection\ClassType|Nette\Reflection\Method|\Reflector $element
222
+	 * @param \Reflector $element
223 223
 	 *
224 224
 	 * @return bool
225 225
 	 */
Please login to merge, or discard this patch.