Skip to content

Commit

Permalink
Merge pull request spryker#315 from spryker/dereuromark-patch-1
Browse files Browse the repository at this point in the history
Merge pull request spryker#315 from dereuromark-patch-1
  • Loading branch information
lenadoc authored Aug 10, 2021
2 parents e15906f + 4239c0c commit 72a1bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 202108.0/973d3bf2-1dd0-4219-8f2c-faa86944bb95.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ See the [code sniffer](https://github.com/spryker/code-sniffer) documentation fo
Make sure you change the composer package name of your application once you forked or copied the Demo Shop code. By default, the tool reads the name in the main `composer.json`:

```
"name": "spryker/demoshop",
"name": "spryker-shop/suite",
```

Modify this in order to skip the MIT license checks.
Expand Down Expand Up @@ -334,4 +334,4 @@ For projects, we recommend sticking to naming conventions of variables and metho
| Retrieves a transfer object of a propel object (`PyzUserEntityTransfer`) | getUserEntity() |
| Retrieves a custom user transfer object | getUser()</br>getUserTransfer() |
| Get an indexed array of single values/objects (one key - one value) | getXXXIndexedByYYY() </br> For example, getProductNamesIndexedByIdProduct(array $productAbstracts) |
| Get an array of value/object collection grouped by some criteria (one key - multiple values) | getXXXGroupedByYYY()</br> For example, getOrderItemsGroupedByIdShipment(array $orderItems) |
| Get an array of value/object collection grouped by some criteria (one key - multiple values) | getXXXGroupedByYYY()</br> For example, getOrderItemsGroupedByIdShipment(array $orderItems) |

0 comments on commit 72a1bd4

Please sign in to comment.