| 1 |
efrain |
1 |
scssphp
|
|
|
2 |
-------
|
|
|
3 |
|
|
|
4 |
Downloaded from: https://github.com/scssphp/scssphp
|
|
|
5 |
|
|
|
6 |
Import procedure:
|
|
|
7 |
|
|
|
8 |
- Delete everything from this directory except readme_moodle.txt (this file).
|
|
|
9 |
- Copy all the files from the folder 'src' to this directory.
|
|
|
10 |
- Copy the license file from the project root.
|
|
|
11 |
- Review the local changes defined below, if any. Reapply
|
|
|
12 |
them if needed. If already available upstream, please remove
|
|
|
13 |
them from the list.
|
|
|
14 |
|
|
|
15 |
Licensed under MIT, Copyright (c) 2015 Leaf Corcoran.
|
| 1441 |
ariadna |
16 |
|
|
|
17 |
Local changes:
|
|
|
18 |
|
|
|
19 |
- Apply local changes to ensure that all nullable method parameters are correctly type-hinted.
|
|
|
20 |
These can be detected using:
|
|
|
21 |
phpcs --sniffs=PHPCompatibility.FunctionDeclarations.RemovedImplicitlyNullableParam lib/scssphp
|