Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…aking nesting/unNesting API `private`
  • Loading branch information
Ocramius committed Jan 3, 2015
1 parent 3e79d42 commit f3f1974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Helper/PartialLoop.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function setObjectKey($key)
*
* @return self
*/
protected function nestObjectKey()
private function nestObjectKey()
{
$this->nestingLevel += 1;

Expand All @@ -134,7 +134,7 @@ protected function nestObjectKey()
*
* @return self
*/
protected function unNestObjectKey()
private function unNestObjectKey()
{
$this->setObjectKey(null);

Expand Down

0 comments on commit f3f1974

Please sign in to comment.