Browse Source

Fixed docblock formatting.

ADmad 12 years ago
parent
commit
c69c143b62
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/View/Form/ArrayContext.php

+ 1 - 0
src/View/Form/ArrayContext.php

@@ -55,6 +55,7 @@ use Cake\Utility\Hash;
  *      'title' => 'First post!',
  *    ]
  *  ];
+ *  }}}
  */
 class ArrayContext implements ContextInterface {