This repository was archived by the owner on Oct 7, 2021. It is now read-only.
4 files changed
+7
-67
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + |
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + |
- .github/workflows/CONTRIBUTING.md+8-8
- .travis.yml+1-1
- CHANGELOG.md+58-54
- README.md+57-21
- composer.json+8-8
- composer.lock+88-90
- docs/Doxyfile+1-1
- docs/Makefile+1-1
- docs/api/argumentarray.rst+1-1
- docs/api/builder/dynamicpagebuilder.rst+1-1
- docs/api/builder/searchindexbuilder.rst+1-1
- docs/api/builder/staticpagebuilder.rst+1-1
- docs/api/configuration.rst+1-1
- docs/api/contract/abstractfactoryinterface.rst+1-1
- docs/api/contract/builderinterface.rst+1-1
- docs/api/contract/configurationinterface.rst+1-1
- docs/api/contract/documentinterface.rst+1-1
- docs/api/contract/elementpoolinterface.rst+1-1
- docs/api/contract/engineinterface.rst+1-1
- docs/api/contract/kernelinterface.rst+1-1
- docs/api/document.rst+1-1
- docs/api/element/abstractelement.rst+1-1
- docs/api/element/elementpool.rst+1-1
- docs/api/engine.rst+1-1
- docs/api/entities.rst+1-1
- docs/api/exception/exception.rst+1-1
- docs/api/factory/concretefactory.rst+1-1
- docs/api/factory/containerfactory.rst+1-1
- docs/api/factory/processorfactory.rst+1-1
- docs/api/kernel.rst+1-1
- docs/api/processor.rst+1-1
- docs/build.sh+1-1
- docs/conf.py+6-6
- docs/index.rst+9-9
- docs/logo.jpg
- docs/project/configuration.rst+1-1
- docs/project/elements.rst+6-6
- docs/project/processor.rst+4-4
- src/ArgumentArray.php+3-3
- src/Builder/DynamicPageBuilder.php+7-7
- src/Builder/SearchIndexBuilder.php+7-7
- src/Builder/StaticPageBuilder.php+7-7
- src/Configuration.php+6-6
- src/Contract/AbstractFactoryInterface.php+9-9
- src/Contract/BuilderInterface.php+4-4
- src/Contract/ConfigurationInterface.php+3-3
- src/Contract/DocumentInterface.php+3-3
- src/Contract/ElementPoolInterface.php+4-4
- src/Contract/EngineInterface.php+4-4
- src/Contract/KernelInterface.php+4-4
- src/Document.php+4-4
- src/Element/AbstractElement.php+4-4
- src/Element/ElementPool.php+4-4
- src/Engine.php+21-14
- src/Entities.php+3-3
- src/Exception/Exception.php+3-3
- src/Factory/ConcreteFactory.php+11-11
- src/Factory/ContainerFactory.php+3-3
- src/Factory/ProcessorFactory.php+3-3
- src/Kernel.php+9-9
- src/Processor.php+6-6
- tests/bootstrap.php+1-1
- tests/src/Feature/ProcessorTest.php+5-5
- tests/src/Feature/SecurityTest.php+6-6
- tests/src/Resource/Element/Bitwise.php+4-4
- tests/src/Resource/Element/HelloWorld.php+4-4
- tests/src/Resource/config/phpunit.json+1-1
- tests/src/Unit/ArgumentArrayTest.php+15-15
- tests/src/Unit/Builder/DynamicPageBuilderTest.php+7-7
- tests/src/Unit/Builder/SearchIndexBuilderTest.php+7-7
- tests/src/Unit/Builder/StaticPageBuilderTest.php+7-7
- tests/src/Unit/ConfigurationTest.php+17-17
- tests/src/Unit/DocumentTest.php+5-5
- tests/src/Unit/Element/AbstractElementTest.php+11-11
- tests/src/Unit/Element/ElementPoolTest.php+11-11
- tests/src/Unit/EngineTest.php+27-27
- tests/src/Unit/EntitiesTest.php+7-7
- tests/src/Unit/Exception/ExceptionTest.php+5-5
- tests/src/Unit/KernelTest.php+18-18
- tests/src/Unit/ProcessorTest.php+24-24
-60
This file was deleted.
0 commit comments