File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -786,7 +786,7 @@ public function addFilter(TwigFilter $filter)
786786 *
787787 * @param string $name The filter name
788788 *
789- * @return TwigFilter|false A \Twig_Filter instance or false if the filter does not exist
789+ * @return TwigFilter|false
790790 *
791791 * @internal
792792 */
@@ -838,7 +838,7 @@ public function getTests()
838838 *
839839 * @param string $name The test name
840840 *
841- * @return TwigTest|false A \Twig_Test instance or false if the test does not exist
841+ * @return TwigTest|false
842842 *
843843 * @internal
844844 */
@@ -860,7 +860,7 @@ public function addFunction(TwigFunction $function)
860860 *
861861 * @param string $name function name
862862 *
863- * @return TwigFunction|false A \Twig_Function instance or false if the function does not exist
863+ * @return TwigFunction|false
864864 *
865865 * @internal
866866 */
You can’t perform that action at this time.
0 commit comments