Skip to content

Commit e0760b1

Browse files
committed
KRF-268 #resolve Removed loop() method from Loop(*)AwareInterfaces
1 parent 8673901 commit e0760b1

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

LoopAwareTrait.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,4 @@ public function getLoop()
2424
{
2525
return $this->loop;
2626
}
27-
28-
// TODO remove this
29-
public function loop()
30-
{
31-
return $this->loop;
32-
}
3327
}

LoopExtendedAwareInterface.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@ public function setLoop(LoopExtendedInterface $loop);
1717
* @return LoopExtendedInterface
1818
*/
1919
public function getLoop();
20-
21-
// TODO delete this
22-
public function loop();
2320
}

LoopExtendedAwareTrait.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,4 @@ public function getLoop()
2424
{
2525
return $this->loop;
2626
}
27-
28-
// TODO delete this
29-
public function loop()
30-
{
31-
return $this->loop;
32-
}
3327
}

LoopGetterAwareInterface.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ interface LoopGetterAwareInterface
1010
* @return LoopInterface|null
1111
*/
1212
public function getLoop();
13-
14-
// TODO delete this
15-
public function loop();
1613
}

0 commit comments

Comments
 (0)