Skip to content

Commit 2c7b458

Browse files
fix(mueller): tighten local locations
1 parent 2367695 commit 2c7b458

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

php-config/Emergence/Mueller/Investigator.config.d/codeforphilly.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@
1616
return (
1717
strpos($location, 'philly') !== false
1818
|| strpos($location, 'phila') !== false
19-
|| strpos($location, 'nj') !== false
20-
|| strpos($location, 'pa') !== false
2119
|| strpos($location, 'fishtown') !== false
2220
|| strpos($location, 'delaware') !== false
23-
|| strpos($location, 'chester') !== false
21+
|| strpos($location, 'west chester') !== false
2422
|| strpos($location, 'drexel') !== false
2523
|| strpos($location, 'temple') !== false
2624
|| strpos($location, 'penn') !== false
@@ -47,6 +45,7 @@
4745
|| strpos($location, 'manayunk') !== false
4846
|| strpos($location, 'conshohocken') !== false
4947
|| strpos($location, 'cherry hill') !== false
48+
|| strpos($location, 'phoenixville') !== false
5049
);
5150
}
5251
];

0 commit comments

Comments
 (0)