Skip to content

Commit

Permalink
Fix for issue #17: ArrayObject can be found whether check the "Includ…
Browse files Browse the repository at this point in the history
…e non-project classes"
  • Loading branch information
mikhailvink committed Apr 1, 2015
1 parent 07679b7 commit 126cecb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Expand Up @@ -20,4 +20,5 @@ Command+O (Mac OS X)
5. Filter to only check PHP files by clicking the filter icon.

6. Include non-project classes.
Check the "Include non-project classes" checkbox and navigate to ArrayObject (PHP SPL library).
Check the "Include non-project classes" checkbox and search for Array.
With "Include non-project classes" it's possible to navigate to ArrayObject (PHP SPL library).
@@ -0,0 +1,7 @@
<?php
namespace Navigation1\JetBrains\Customers\Repositories;


abstract class CustomerArrayProcessing {

}

0 comments on commit 126cecb

Please sign in to comment.