We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2367695 commit 2c7b458Copy full SHA for 2c7b458
1 file changed
php-config/Emergence/Mueller/Investigator.config.d/codeforphilly.php
@@ -16,11 +16,9 @@
16
return (
17
strpos($location, 'philly') !== false
18
|| strpos($location, 'phila') !== false
19
- || strpos($location, 'nj') !== false
20
- || strpos($location, 'pa') !== false
21
|| strpos($location, 'fishtown') !== false
22
|| strpos($location, 'delaware') !== false
23
- || strpos($location, 'chester') !== false
+ || strpos($location, 'west chester') !== false
24
|| strpos($location, 'drexel') !== false
25
|| strpos($location, 'temple') !== false
26
|| strpos($location, 'penn') !== false
@@ -47,6 +45,7 @@
47
45
|| strpos($location, 'manayunk') !== false
48
46
|| strpos($location, 'conshohocken') !== false
49
|| strpos($location, 'cherry hill') !== false
+ || strpos($location, 'phoenixville') !== false
50
);
51
}
52
];
0 commit comments