Skip to content
Snippets Groups Projects
Commit 88a1e7e0 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Fixed typo.

parent bb18f9b0
No related branches found
No related tags found
No related merge requests found
......@@ -204,8 +204,8 @@ class pQueryTemplate extends pQuery {
/**
* Parse a single block, recursively parsing its sub-blocks with a given data scope.
*
* @param Block $variable The block to parse.
* @param Block $data the data block to search in for the variable values.
* @param Block $block The block to parse.
* @param Block $data The data block to search in for the variable values.
* @returns string The parsed block.
* @uses parse_variable
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment