Skip to content

Commit 126cecb

Browse files
committed
Fix for issue #17: ArrayObject can be found whether check the "Include non-project classes"
1 parent 07679b7 commit 126cecb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

01 - Navigation/01 - Navigate to something you know/1.3. Navigate to class.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ Command+O (Mac OS X)
2020
5. Filter to only check PHP files by clicking the filter icon.
2121

2222
6. Include non-project classes.
23-
Check the "Include non-project classes" checkbox and navigate to ArrayObject (PHP SPL library).
23+
Check the "Include non-project classes" checkbox and search for Array.
24+
With "Include non-project classes" it's possible to navigate to ArrayObject (PHP SPL library).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
namespace Navigation1\JetBrains\Customers\Repositories;
3+
4+
5+
abstract class CustomerArrayProcessing {
6+
7+
}

0 commit comments

Comments
 (0)