Skip to content

Commit

Permalink
PHPdoc updated
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed May 12, 2015
1 parent 23c808d commit ee60010
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,13 @@ public function updateFormName () {
* We can load data from 3 different structures:
*
* 1) POST: [
* 'attribute1' => 'value1',
* 'attribute2' => 'value2'
* ]
*
* 2) POST: [
* 'ModelName' => [
* 'attribute1' => 'value1',
* 'attribute2' => 'value2'
* ]
* ]
*
* 3) POST: [
* 2) POST: [
* 'ModelName' => [
* 1 => [
* 'attribute1' => 'value1',
Expand Down

0 comments on commit ee60010

Please sign in to comment.