File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11/vendor /
2+ /.idea /
23/. * .cache
34/tests-report-html /
45/composer.lock
Original file line number Diff line number Diff line change 3838 },
3939 "autoload" : {
4040 "psr-4" : {
41- "MC\\ " : " lib/MC"
41+ "MC\\ " : " lib/MC/ "
4242 }
4343 },
4444 "autoload-dev" : {
4545 "psr-4" : {
46- "Tests\\ " : " tests"
46+ "Tests\\ " : " tests/ "
4747 }
4848 },
4949 "scripts" : {
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function most_common(array $row): ?string
3535 'pill ' => ['field ' => 'pill ' , 'type ' => 'number ' ],
3636 'iud ' => ['field ' => 'iud ' , 'type ' => 'number ' ],
3737 'condom ' => ['field ' => 'condom ' , 'type ' => 'number ' ],
38- 'sterile_total ' => ['field ' => 'steril_total ' , 'type ' => 'number ' ],
38+ 'sterile_total ' => ['field ' => 'sterile_total ' , 'type ' => 'number ' ],
3939 'other_modern ' => ['field ' => 'other_modern ' , 'type ' => 'number ' ],
4040 'traditional ' => ['field ' => 'traditional ' , 'type ' => 'number ' ],
4141 'most_common ' => [
@@ -54,7 +54,7 @@ function most_common(array $row): ?string
5454<html lang="en">
5555<head>
5656 <title>Callback fields visualization example</title>
57- <script type="text/javascript" src="http ://www.google.com/jsapi"></script>
57+ <script type="text/javascript" src="https ://www.google.com/jsapi"></script>
5858 <script type="text/javascript">
5959 google.load('visualization', '1', {'packages': ['table']});
6060 google.setOnLoadCallback(function() {
Original file line number Diff line number Diff line change 2424 exit ;
2525}
2626?>
27- <html>
27+ <html lang="en" >
2828<head>
2929 <title>Simple single-table visualization example</title>
3030 <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
Original file line number Diff line number Diff line change 88use MC \Parser \ParseError ;
99
1010/**
11- * Generic grammar rule for matching a regular expresion .
11+ * Generic grammar rule for matching a regular expression .
1212 */
1313class Regex extends Def
1414{
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Word extends Regex
1111{
1212 /**
1313 * @param string $firstChars the characters allowed as the first character in the word
14- * @param null|string $restChars the characters allwed as the rest of the word - defaults to same as $first_chars
14+ * @param null|string $restChars the characters allowed as the rest of the word - defaults to same as $first_chars
1515 */
1616 public function __construct (string $ firstChars , string $ restChars = null )
1717 {
You can’t perform that action at this time.
0 commit comments