Skip to content

Commit 2aabd1b

Browse files
feat(mueller): add more local locations
1 parent c032122 commit 2aabd1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@
4747
|| strpos($location, 'cherry hill') !== false
4848
|| strpos($location, 'phoenixville') !== false
4949
|| strpos($location, 'brewerytown') !== false
50+
|| strpos($location, 'mt. airy') !== false
51+
|| strpos($location, 'mt airy') !== false
52+
|| strpos($location, 'narberth') !== false
53+
|| strpos($location, 'haverford') !== false
54+
|| strpos($location, 'maple shade') !== false
55+
|| strpos($location, 'voorhees') !== false
56+
|| strpos($location, ', pa') !== false
57+
|| preg_match('/191\d\d/', $location)
5058
);
5159
}
5260
];

0 commit comments

Comments
 (0)