1. Variable assignment check in the code.
$node->book['weight'] = $node->book['weight'];
2. Adding @return and @param in comment blocks.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2616060-2.patch | 1.01 KB | heykarthikwithu |
1. Variable assignment check in the code.
$node->book['weight'] = $node->book['weight'];
2. Adding @return and @param in comment blocks.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2616060-2.patch | 1.01 KB | heykarthikwithu |
Comments
Comment #2
heykarthikwithuAdded a patch for this.
Comment #4
das-peter commentedHaven't seen any new
@returnbut the other stuff makes sense :) Committed & pushed. Thanks!