We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4912ff commit 517d219Copy full SHA for 517d219
02 - Editing/04 - Surround With/4.1. Surround with.php
@@ -21,7 +21,4 @@ public function surroundWithTryCatch() {
21
public function division($items) {
22
return $items[0] / $items[1];
23
}
24
-
25
- // 3. The following code should be in a function. Use Surround With to create a function.
26
- echo 'This should go in a function';
27
0 commit comments