Skip to content

Commit

Permalink
fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed Jul 7, 2016
1 parent 1973c32 commit 1ed7ebc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Article

use \Kdyby\Doctrine\Entities\MagicAccessors;
use \Kdyby\Doctrine\Entities\Attributes\Identifier; // Using Identifier trait for id column

// ...
}
```
Expand Down
3 changes: 1 addition & 2 deletions docs/en/optimizing-query-objects.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ArticlesQuery extends QueryObject

return $qb;
}

// ...
```

Expand Down Expand Up @@ -85,4 +85,3 @@ It will only initialize the joined collection for each one of those articles.

What this gives us? We now have the same result set as from the first query, but this time we've sent two SQL queries to the database,
of which both transmitted **a lot** less data and the hydrator was able to process it much faster, making our application faster.

0 comments on commit 1ed7ebc

Please sign in to comment.