Skip to content

Commit 84bc638

Browse files
committed
Add Mac-specific helper comment to step 1
1 parent 0f8f017 commit 84bc638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01 - Navigation/02 - Navigate to Declaration/2.1. Go to declaration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
$name = 'Hadi';
1717
$age = 53;
1818

19-
// 1. Ctrl+Click on the Customer symbol
19+
// 1. Ctrl+Click (or Command+Click on Mac) on the Customer symbol
2020
// 2. Use the keyboard shortcut
2121
// 3. Go to Declaration for the $age variable passed into the below constructor
2222
$person = new Customer($name, $age);

0 commit comments

Comments
 (0)