[vz-dev] [volkszaehler/volkszaehler.org] 2e81bc: Fix various type hint errors
andig
noreply at github.com
Tue Mar 12 22:54:00 CET 2019
Branch: refs/heads/master
Home: https://github.com/volkszaehler/volkszaehler.org
Commit: 2e81bcd597decd36b370701ca93709a76eb42a16
https://github.com/volkszaehler/volkszaehler.org/commit/2e81bcd597decd36b370701ca93709a76eb42a16
Author: andig <cpuidle at gmx.de>
Date: 2019-03-12 (Tue, 12 Mar 2019)
Changed paths:
A .php_cs
M lib/Controller/Controller.php
M lib/Definition/Definition.php
M lib/Definition/PropertyDefinition.php
M lib/Interpreter/AggregatorInterpreter.php
M lib/Interpreter/Interpreter.php
M lib/Interpreter/SQL/SQLOptimizer.php
M lib/Interpreter/VirtualInterpreter.php
M lib/Model/Entity.php
M lib/Server/MiddlewareAdapter.php
M lib/Server/WampClientAdapter.php
M lib/Util/Aggregation.php
M lib/Util/Debug.php
M lib/Util/EntityFactory.php
M lib/Util/JSON.php
M lib/View/View.php
Log Message:
-----------
Fix various type hint errors
Commit: f35a468905d7ff3a2913adcfad38e0921ad6c2cc
https://github.com/volkszaehler/volkszaehler.org/commit/f35a468905d7ff3a2913adcfad38e0921ad6c2cc
Author: andig <cpuidle at gmx.de>
Date: 2019-03-12 (Tue, 12 Mar 2019)
Changed paths:
A .phpstan.neon
M lib/Controller/AggregatorController.php
M lib/Controller/ChannelController.php
M lib/Controller/Controller.php
M lib/Controller/DataController.php
M lib/Controller/EntityController.php
M lib/Controller/IotController.php
M lib/Definition/Definition.php
M lib/Definition/EntityDefinition.php
M lib/Definition/PropertyDefinition.php
M lib/Interpreter/AggregatorInterpreter.php
M lib/Interpreter/DataIterator.php
M lib/Interpreter/Interpreter.php
M lib/Interpreter/SQL/MySQLAggregateOptimizer.php
M lib/Interpreter/SQL/MySQLOptimizer.php
M lib/Interpreter/SQL/PostgreSQLOptimizer.php
M lib/Interpreter/SQL/SQLOptimizer.php
M lib/Interpreter/SQL/SQLiteOptimizer.php
M lib/Interpreter/SQL/SensorInterpreterAverageTrait.php
M lib/Interpreter/Virtual/DelayedIterator.php
M lib/Interpreter/Virtual/GroupedTimestampIterator.php
M lib/Interpreter/Virtual/InterpreterProxy.php
M lib/Interpreter/VirtualInterpreter.php
M lib/Model/Channel.php
M lib/Model/Entity.php
M lib/Router.php
M lib/Server/MiddlewareAdapter.php
M lib/Server/WsClientAdapter.php
M lib/Util/Aggregation.php
M lib/Util/ConsoleSQLLogger.php
M lib/Util/Debug.php
M lib/Util/EntityFactory.php
M lib/View/CSV.php
M lib/View/JSON.php
M lib/View/Text.php
M lib/View/View.php
Log Message:
-----------
Fix static analysis errors
Commit: 225c02ec5adce1441ee037a36b104a9ec7d4bb43
https://github.com/volkszaehler/volkszaehler.org/commit/225c02ec5adce1441ee037a36b104a9ec7d4bb43
Author: andig <cpuidle at gmx.de>
Date: 2019-03-12 (Tue, 12 Mar 2019)
Changed paths:
A .php_cs
A .phpstan.neon
M lib/Controller/AggregatorController.php
M lib/Controller/ChannelController.php
M lib/Controller/Controller.php
M lib/Controller/DataController.php
M lib/Controller/EntityController.php
M lib/Controller/IotController.php
M lib/Definition/Definition.php
M lib/Definition/EntityDefinition.php
M lib/Definition/PropertyDefinition.php
M lib/Interpreter/AggregatorInterpreter.php
M lib/Interpreter/DataIterator.php
M lib/Interpreter/Interpreter.php
M lib/Interpreter/SQL/MySQLAggregateOptimizer.php
M lib/Interpreter/SQL/MySQLOptimizer.php
M lib/Interpreter/SQL/PostgreSQLOptimizer.php
M lib/Interpreter/SQL/SQLOptimizer.php
M lib/Interpreter/SQL/SQLiteOptimizer.php
M lib/Interpreter/SQL/SensorInterpreterAverageTrait.php
M lib/Interpreter/Virtual/DelayedIterator.php
M lib/Interpreter/Virtual/GroupedTimestampIterator.php
M lib/Interpreter/Virtual/InterpreterProxy.php
M lib/Interpreter/VirtualInterpreter.php
M lib/Model/Channel.php
M lib/Model/Entity.php
M lib/Router.php
M lib/Server/MiddlewareAdapter.php
M lib/Server/WampClientAdapter.php
M lib/Server/WsClientAdapter.php
M lib/Util/Aggregation.php
M lib/Util/ConsoleSQLLogger.php
M lib/Util/Debug.php
M lib/Util/EntityFactory.php
M lib/Util/JSON.php
M lib/View/CSV.php
M lib/View/JSON.php
M lib/View/Text.php
M lib/View/View.php
Log Message:
-----------
Merge pull request #730 from andig/codestyle
Fix various type hint and code analysis errors
Compare: https://github.com/volkszaehler/volkszaehler.org/compare/5f402a2b4f23...225c02ec5adc
More information about the volkszaehler-dev
mailing list