AddOn


rexstan

Beschreibung

Adds code analysis to REDAXO improving developer productivity and code quality.

PHPStan for REDAXO.

Features:

  • IDE-Integration
  • WebUi
  • Run from REDAXO console

rexstan integrates the well known PHPStan static code analysis engine into REDAXO. Therefore you get static analysis for development of your REDAXO based website and/or AddOns with a single click. rexstan is distributed via the REDAXO installer and therefore can be consumed by anyone with a REDAXO 5.x website.

rexstan integrates with the REDAXO Console, the REDAXO WebUI but also describes the setup with PHPStorm natively.

Additionally rexstan provides answers to frequently asked questions to make it as easy as possible to get started with PHPStan for newcomers.


github.com/FriendsOfREDAXO/rexstan

Umsetzung

Versionen

1.0.168

Für REDAXO
^5.2
Veröffentlicht am
16.04.2024
Require / PHP
>=7.4, <8.4

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.167...1.0.168

1.0.167

Für REDAXO
^5.2
Veröffentlicht am
29.03.2024
Require / PHP
>=7.4, <8.4

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.166...1.0.167

1.0.166

Für REDAXO
^5.2
Veröffentlicht am
23.03.2024
Require / PHP
>=7.4, <8.4

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.165...1.0.166

1.0.165

Für REDAXO
^5.2
Veröffentlicht am
16.03.2024
Require / PHP
>=7.4, <8.4

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.164...1.0.165

1.0.164

Für REDAXO
^5.2
Veröffentlicht am
08.03.2024
Require / PHP
>=7.4, <8.4

PHPStan 1.10.60 is out and it's big!

Enjoy huge improvements to parameters passed by reference, and more!
https://phpstan.org/blog/enhancements-in-handling-parameters-passed-by-reference

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.163...1.0.164

1.0.163

Für REDAXO
^5.2
Veröffentlicht am
20.02.2024
Require / PHP
>=7.4, <8.4

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.162...1.0.163

1.0.162

Für REDAXO
^5.2
Veröffentlicht am
17.02.2024
Require / PHP
>=7.4, <8.4

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.161...1.0.162

1.0.161

Für REDAXO
^5.2
Veröffentlicht am
12.02.2024
Require / PHP
>=7.4, <8.4

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.160...1.0.161

1.0.160

Für REDAXO
^5.2
Veröffentlicht am
25.01.2024
Require / PHP
>=7.4, <8.4

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.159...1.0.160

1.0.159

Für REDAXO
^5.2
Veröffentlicht am
20.01.2024
Require / PHP
>=7.4, <8.4

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.158...1.0.159

1.0.158

Für REDAXO
^5.2
Veröffentlicht am
15.01.2024
Require / PHP
>=7.4, <8.4

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.157...1.0.158

1.0.157

Für REDAXO
^5.2
Veröffentlicht am
09.01.2024
Require / PHP
>=7.4, <8.4

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.156...1.0.157

1.0.156

Für REDAXO
^5.2
Veröffentlicht am
06.01.2024
Require / PHP
>=7.4, <8.4

Support for more Todo Comment formats

as of now its possible to expire todo comments based on github issue identifiers and by date

        // TODO redaxo/redaxo#5860 check if this is still needed
        // TODO 2021-09-30 check if this is still needed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.155...1.0.156

1.0.155

Für REDAXO
^5.2
Veröffentlicht am
06.01.2024
Require / PHP
>=7.4, <8.4

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.154...1.0.155

1.0.154

Für REDAXO
^5.2
Veröffentlicht am
05.01.2024
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.153...1.0.154

1.0.153

Für REDAXO
^5.2
Veröffentlicht am
25.12.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.152...1.0.153

1.0.152

Für REDAXO
^5.2
Veröffentlicht am
19.12.2023
Require / PHP
>=7.4, <8.3

Enhancements

Support expiring code comments by date and version

<?php

// TODO: 2023-12-14 This comment turns into a PHPStan error as of 14th december 2023
function doFoo() {

}

// TODO: <1.0.0 This has to be in the first major release
function doBar() {

}

see https://staabm.github.io/2023/12/17/phpstan-todo-by-published.html

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.151...1.0.152

1.0.151

Für REDAXO
^5.2
Veröffentlicht am
18.12.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.150...1.0.151

1.0.150

Für REDAXO
^5.2
Veröffentlicht am
14.12.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.149...1.0.150

1.0.149

Für REDAXO
^5.2
Veröffentlicht am
13.12.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.148...1.0.149

1.0.148

Für REDAXO
^5.2
Veröffentlicht am
09.12.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.147...1.0.148

1.0.147

Für REDAXO
^5.2
Veröffentlicht am
02.12.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.146...1.0.147

1.0.146

Für REDAXO
^5.2
Veröffentlicht am
29.11.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.145...1.0.146

1.0.145

Für REDAXO
^5.2
Veröffentlicht am
21.11.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.144...1.0.145

1.0.144

Für REDAXO
^5.2
Veröffentlicht am
20.11.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.143...1.0.144

1.0.143

Für REDAXO
^5.2
Veröffentlicht am
18.11.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.142...1.0.143

1.0.142

Für REDAXO
^5.2
Veröffentlicht am
11.11.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.141...1.0.142

1.0.141

Für REDAXO
^5.2
Veröffentlicht am
30.10.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.140...1.0.141

1.0.140

Für REDAXO
^5.2
Veröffentlicht am
17.10.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.139...1.0.140

1.0.139

Für REDAXO
^5.2
Veröffentlicht am
14.10.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.138...1.0.139

1.0.138

Für REDAXO
^5.2
Veröffentlicht am
02.10.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.137...1.0.138

1.0.137

Für REDAXO
^5.2
Veröffentlicht am
29.09.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.136...1.0.137

1.0.136

Für REDAXO
^5.2
Veröffentlicht am
27.09.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.135...1.0.136

1.0.135

Für REDAXO
^5.2
Veröffentlicht am
24.09.2023
Require / PHP
>=7.4, <8.3

1.0.134

Für REDAXO
^5.2
Veröffentlicht am
24.09.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.133...1.0.134

1.0.133

Für REDAXO
^5.2
Veröffentlicht am
24.09.2023
Require / PHP
>=7.4, <8.3

1.0.132

Für REDAXO
^5.2
Veröffentlicht am
23.09.2023
Require / PHP
>=7.4, <8.3

Bugfixes

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.131...1.0.132

1.0.131

Für REDAXO
^5.2
Veröffentlicht am
23.09.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.130...1.0.131

1.0.130

Für REDAXO
^5.2
Veröffentlicht am
20.09.2023
Require / PHP
>=7.4, <8.3

A guide to call-site generic variance

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.129...1.0.130

1.0.129

Für REDAXO
^5.2
Veröffentlicht am
13.09.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.128...1.0.129

1.0.128

Für REDAXO
^5.2
Veröffentlicht am
08.09.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.127...1.0.128

1.0.127

Für REDAXO
^5.2
Veröffentlicht am
25.08.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.126...1.0.127

1.0.126

Für REDAXO
^5.2
Veröffentlicht am
23.08.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.125...1.0.126

1.0.125

Für REDAXO
^5.2
Veröffentlicht am
13.08.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.124...1.0.125

1.0.124

Für REDAXO
^5.2
Veröffentlicht am
05.08.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.123...1.0.124

1.0.123

Für REDAXO
^5.2
Veröffentlicht am
01.08.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.122...1.0.123

1.0.122

Für REDAXO
^5.2
Veröffentlicht am
28.07.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.121...1.0.122

1.0.121

Für REDAXO
^5.2
Veröffentlicht am
08.07.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.120...1.0.121

1.0.120

Für REDAXO
^5.2
Veröffentlicht am
01.07.2023
Require / PHP
>=7.4, <8.3

Improvements

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.119...1.0.120

1.0.119

Für REDAXO
^5.2
Veröffentlicht am
24.06.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.118...1.0.119

1.0.118

Für REDAXO
^5.2
Veröffentlicht am
22.06.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.117...1.0.118

1.0.117

Für REDAXO
^5.2
Veröffentlicht am
21.06.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.116...1.0.117

1.0.116

Für REDAXO
^5.2
Veröffentlicht am
07.06.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.115...1.0.116

1.0.115

Für REDAXO
^5.2
Veröffentlicht am
05.06.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.114...1.0.115

1.0.114

Für REDAXO
^5.2
Veröffentlicht am
21.05.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.113...1.0.114

1.0.113

Für REDAXO
^5.2
Veröffentlicht am
10.05.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.112...1.0.113

1.0.112

Für REDAXO
^5.2
Veröffentlicht am
06.05.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.111...1.0.112

1.0.111

Für REDAXO
^5.2
Veröffentlicht am
19.04.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.110...1.0.111

1.0.110

Für REDAXO
^5.2
Veröffentlicht am
13.04.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.109...1.0.110

1.0.109

Für REDAXO
^5.2
Veröffentlicht am
09.04.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.108...1.0.109

1.0.108

Für REDAXO
^5.2
Veröffentlicht am
05.04.2023
Require / PHP
>=7.4, <8.3

Improvements

Updates

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.107...1.0.108

1.0.107

Für REDAXO
^5.2
Veröffentlicht am
01.04.2023
Require / PHP
>=7.4, <8.3

New Features

Improvements

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.106...1.0.107

1.0.106

Für REDAXO
^5.2
Veröffentlicht am
28.03.2023
Require / PHP
>=7.4, <8.3

Improvements

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.105...1.0.106

1.0.105

Für REDAXO
^5.2
Veröffentlicht am
24.03.2023
Require / PHP
>=7.4, <8.3

Improvements

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.104...1.0.105

1.0.104

Für REDAXO
^5.2
Veröffentlicht am
24.03.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.103...1.0.104

1.0.103

Für REDAXO
^5.2
Veröffentlicht am
23.03.2023
Require / PHP
>=7.4, <8.3

Improvements

Bugfixes

Internal

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.102...1.0.103

1.0.102

Für REDAXO
^5.2
Veröffentlicht am
21.03.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.101...1.0.102

1.0.101

Für REDAXO
^5.2
Veröffentlicht am
19.03.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.100...1.0.101

1.0.100

Für REDAXO
^5.2
Veröffentlicht am
19.03.2023
Require / PHP
>=7.4, <8.3

Improvements

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.99...1.0.100

1.0.99

Für REDAXO
^5.2
Veröffentlicht am
16.03.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.98...1.0.99

1.0.98

Für REDAXO
^5.2
Veröffentlicht am
16.03.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.97...1.0.98

1.0.97

Für REDAXO
^5.2
Veröffentlicht am
16.03.2023
Require / PHP
>=7.4, <8.3

Improvements

Library Updates

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.96...1.0.97

1.0.96

Für REDAXO
^5.2
Veröffentlicht am
09.03.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.95...1.0.96

1.0.95

Für REDAXO
^5.2
Veröffentlicht am
07.03.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.94...1.0.95

1.0.94

Für REDAXO
^5.2
Veröffentlicht am
06.03.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.93...1.0.94

1.0.93

Für REDAXO
^5.2
Veröffentlicht am
06.03.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.92...1.0.93

1.0.92

Für REDAXO
^5.2
Veröffentlicht am
05.03.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.91...1.0.92

1.0.91

Für REDAXO
^5.2
Veröffentlicht am
05.03.2023
Require / PHP
>=7.4, <8.3

Improvements

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.90...1.0.91

1.0.90

Für REDAXO
^5.2
Veröffentlicht am
01.03.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.89...1.0.90

1.0.89

Für REDAXO
^5.2
Veröffentlicht am
26.02.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.88...1.0.89

1.0.88

Für REDAXO
^5.2
Veröffentlicht am
25.02.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.87...1.0.88

1.0.87

Für REDAXO
^5.2
Veröffentlicht am
25.02.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.86...1.0.87

1.0.86

Für REDAXO
^5.2
Veröffentlicht am
25.02.2023
Require / PHP
>=7.4, <8.3

New Features

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.84...1.0.86

1.0.84

Für REDAXO
^5.2
Veröffentlicht am
25.02.2023
Require / PHP
>=7.4, <8.3

New Features

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.84...1.0.85

1.0.84

Für REDAXO
^5.2
Veröffentlicht am
25.02.2023
Require / PHP
>=7.4, <8.3

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.83...1.0.84

1.0.83

Für REDAXO
^5.2
Veröffentlicht am
21.02.2023
Require / PHP
>=7.4, <8.3

Must read

PHPStan 1.10 Comes With a Lie Detector

Major Changes

Improvements

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.81...1.0.82

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.82...1.0.83

1.0.82-beta4

Für REDAXO
^5.2
Veröffentlicht am
21.02.2023
Require / PHP
>=7.4, <8.3

Must read

PHPStan 1.10 Comes With a Lie Detector

Major Changes

Improvements

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.81...1.0.82

1.0.82-beta4

Für REDAXO
^5.2
Veröffentlicht am
19.02.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.82-beta3...1.0.82-beta4

1.0.82-beta3

Für REDAXO
^5.2
Veröffentlicht am
18.02.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.82-beta2...1.0.82-beta3

1.0.82-beta2

Für REDAXO
^5.2
Veröffentlicht am
17.02.2023
Require / PHP
>=7.4, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.82-beta1...1.0.82-beta2

1.0.82-beta1

Für REDAXO
^5.2
Veröffentlicht am
17.02.2023
Require / PHP
>=7.4, <8.3

With this release phpstan-dba added new type narrowing capabilities based on SQL Query AST.
For now this feature needs to be enabled explicitly within your phpstan-dba configuration file:

See examples

Requirements:

  • PHP 7.4+

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.81...1.0.82-beta1

1.0.81

Für REDAXO
^5.2
Veröffentlicht am
11.02.2023
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.80...1.0.81

1.0.80

Für REDAXO
^5.2
Veröffentlicht am
07.02.2023
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.79...1.0.80

1.0.79

Für REDAXO
^5.2
Veröffentlicht am
24.01.2023
Require / PHP
>=7.3, <8.3
  • Fix 'Scanned file \redaxo\src\addons\core\vendor\symfony\polyfill-php80\bootstrap.php does not exist.'

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.78...1.0.79

1.0.78

Für REDAXO
^5.2
Veröffentlicht am
24.01.2023
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.77...1.0.78

1.0.77

Für REDAXO
^5.2
Veröffentlicht am
19.01.2023
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.76...1.0.77

1.0.76

Für REDAXO
^5.2
Veröffentlicht am
18.01.2023
Require / PHP
>=7.3, <8.3

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.75...1.0.76

1.0.75

Für REDAXO
^5.2
Veröffentlicht am
11.01.2023
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.74...1.0.75

1.0.74

Für REDAXO
^5.2
Veröffentlicht am
09.01.2023
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.73...1.0.74

1.0.73

Für REDAXO
^5.2
Veröffentlicht am
08.01.2023
Require / PHP
>=7.3, <8.3

Improvements

with the updated phpstan-dba rexstan is now able to analyze write sql queries (UPDATE, INSERT,..)

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.72...1.0.73

1.0.72

Für REDAXO
^5.2
Veröffentlicht am
08.01.2023
Require / PHP
>=7.3, <8.3

Improvements

with the updated phpstan-dba rexstan is now able to analyze write sql queries (UPDATE, INSERT,..)

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.71...1.0.72

1.0.71

Für REDAXO
^5.2
Veröffentlicht am
06.01.2023
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.70...1.0.71

1.0.70

Für REDAXO
^5.2
Veröffentlicht am
03.01.2023
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.69...1.0.70

1.0.69

Für REDAXO
^5.2
Veröffentlicht am
03.01.2023
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.68...1.0.69

1.0.68

Für REDAXO
^5.2
Veröffentlicht am
23.12.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.67...1.0.68

1.0.67

Für REDAXO
^5.2
Veröffentlicht am
20.12.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.66...1.0.67

1.0.66

Für REDAXO
^5.2
Veröffentlicht am
18.12.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.65...1.0.66

1.0.65

Für REDAXO
^5.2
Veröffentlicht am
14.12.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.64...1.0.65

1.0.64

Für REDAXO
^5.2
Veröffentlicht am
13.12.2022
Require / PHP
>=7.3, <8.3

Improvements

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.63...1.0.64

1.0.63

Für REDAXO
^5.2
Veröffentlicht am
03.12.2022
Require / PHP
>=7.3, <8.3

Improvements

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.62...1.0.63

1.0.62

Für REDAXO
^5.2
Veröffentlicht am
18.11.2022
Require / PHP
>=7.3, <8.3

1.0.61

Für REDAXO
^5.2
Veröffentlicht am
16.11.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.60...1.0.61

1.0.60

Für REDAXO
^5.2
Veröffentlicht am
15.11.2022
Require / PHP
>=7.3, <8.3
  • explicit error when proc_open is missing

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.59...1.0.60

1.0.59

Für REDAXO
^5.2
Veröffentlicht am
12.11.2022
Require / PHP
>=7.3, <8.3

Improvements

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.58...1.0.59

1.0.58

Für REDAXO
^5.2
Veröffentlicht am
11.11.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.57...1.0.58

1.0.57

Für REDAXO
^5.2
Veröffentlicht am
04.11.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.56...1.0.57

1.0.56

Für REDAXO
^5.2
Veröffentlicht am
03.11.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.55...1.0.56

1.0.55

Für REDAXO
^5.2
Veröffentlicht am
26.10.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.54...1.0.55

1.0.54

Für REDAXO
^5.2
Veröffentlicht am
24.10.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.53...1.0.54

1.0.53

Für REDAXO
^5.2
Veröffentlicht am
24.10.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.52...1.0.53

1.0.52

Für REDAXO
^5.2
Veröffentlicht am
14.10.2022
Require / PHP
>=7.3, <8.3

Improvements

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.51...1.0.52

1.0.51

Für REDAXO
^5.2
Veröffentlicht am
08.10.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.50...1.0.51

1.0.50

Für REDAXO
^5.2
Veröffentlicht am
06.10.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.49...1.0.50

1.0.49

Für REDAXO
^5.2
Veröffentlicht am
04.10.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.48...1.0.49

1.0.48

Für REDAXO
^5.2
Veröffentlicht am
01.10.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.47...1.0.48

1.0.47

Für REDAXO
^5.2
Veröffentlicht am
24.09.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.46...1.0.47

1.0.46

Für REDAXO
^5.2
Veröffentlicht am
24.09.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.45...1.0.46

1.0.45

Für REDAXO
^5.2
Veröffentlicht am
23.09.2022
Require / PHP
>=7.3, <8.3

1.0.44

Für REDAXO
^5.2
Veröffentlicht am
21.09.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.43...1.0.44

1.0.43

Für REDAXO
^5.2
Veröffentlicht am
20.09.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.42...1.0.43

1.0.42

Für REDAXO
^5.2
Veröffentlicht am
17.09.2022
Require / PHP
>=7.3, <8.3

allow use of code-complexity & dead-code at the same time

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.41...1.0.42

1.0.41

Für REDAXO
^5.2
Veröffentlicht am
17.09.2022
Require / PHP
>=7.3, <8.3

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.40...1.0.41

1.0.40

Für REDAXO
^5.2
Veröffentlicht am
07.09.2022
Require / PHP
>=7.3, <8.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.39...1.0.40

1.0.39

Für REDAXO
^5.2
Veröffentlicht am
03.09.2022
Require / PHP
>=7.3, <8.2

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.38...1.0.39

1.0.38

Für REDAXO
^5.2
Veröffentlicht am
01.09.2022
Require / PHP
>=7.3, <8.2

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.37...1.0.38

1.0.37

Für REDAXO
^5.2
Veröffentlicht am
01.09.2022
Require / PHP
>=7.3, <8.2

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.36...1.0.37

1.0.36

Für REDAXO
^5.2
Veröffentlicht am
24.08.2022
Require / PHP
>=7.3, <8.2

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.35...1.0.36

1.0.35

Für REDAXO
^5.2
Veröffentlicht am
11.08.2022
Require / PHP
>=7.3, <8.2

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.34...1.0.35

1.0.34

Für REDAXO
^5.2
Veröffentlicht am
05.08.2022
Require / PHP
>=7.3, <8.2

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.33...1.0.34

1.0.33

Für REDAXO
^5.2
Veröffentlicht am
05.08.2022
Require / PHP
>=7.3, <8.2

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.32...1.0.33

1.0.32

Für REDAXO
^5.2
Veröffentlicht am
04.08.2022
Require / PHP
>=7.3, <8.2

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.31...1.0.32

1.0.31

Für REDAXO
^5.2
Veröffentlicht am
01.08.2022
Require / PHP
>=7.3, <8.2

1.0.30

Für REDAXO
^5.2
Veröffentlicht am
31.07.2022
Require / PHP
>=7.3, <8.2

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.29...1.0.30

1.0.29

Für REDAXO
^5.2
Veröffentlicht am
31.07.2022
Require / PHP
>=7.3, <8.2

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.28...1.0.29

1.0.28

Für REDAXO
^5.2
Veröffentlicht am
30.07.2022
Require / PHP
>=7.3, <8.2

1.0.27

Für REDAXO
^5.2
Veröffentlicht am
29.07.2022
Require / PHP
>=7.3

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.26...1.0.27

1.0.26

Für REDAXO
^5.2
Veröffentlicht am
24.07.2022
Require / PHP
>=7.3

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.25...1.0.26

1.0.25

Für REDAXO
^5.2
Veröffentlicht am
20.07.2022
Require / PHP
>=7.3
  • update phpstan/phpstan to 1.8.2
  • update phpstan/phpstan-symfony to 1.2.8

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.24...1.0.25

1.0.24

Für REDAXO
^5.2
Veröffentlicht am
19.07.2022
Require / PHP
>=7.3
  • update staabm/phpstan-dba to 0.2.42
  • update phpstan/phpstan-symfony to 1.2.6

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.23...1.0.24

1.0.23

Für REDAXO
^5.2
Veröffentlicht am
14.07.2022
Require / PHP
>=7.3
  • REXSTAN_PATHFIX workarround entfernt
  • Fixed Failed to open stream: No such file or directory … while loading bootstrap file

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.22...1.0.23

1.0.22

Für REDAXO
^5.2
Veröffentlicht am
13.07.2022
Require / PHP
>=7.3
  • phpstan update auf 1.8.1
  • composer platform check deaktiviert

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.21...1.0.22

1.0.21

Für REDAXO
^5.2
Veröffentlicht am
29.06.2022
Require / PHP
>=7.3

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.20...1.0.21

1.0.20

Für REDAXO
^5.2
Veröffentlicht am
29.06.2022
Require / PHP
>=7.2

update auf phpstan 1.8.0

New Contributors

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.19...1.0.20

1.0.19

Für REDAXO
^5.2
Veröffentlicht am
24.06.2022
Require / PHP
>=7.2

1.0.18

Für REDAXO
^5.2
Veröffentlicht am
20.06.2022
Require / PHP
>=7.2

1.0.17

Für REDAXO
^5.2
Veröffentlicht am
19.06.2022
Require / PHP
>=7.2

1.0.16

Für REDAXO
^5.2
Veröffentlicht am
19.06.2022
Require / PHP
>=7.2

1.0.14

Für REDAXO
^5.2
Veröffentlicht am
19.06.2022
Require / PHP
>=7.2

1.0.14

Für REDAXO
^5.2
Veröffentlicht am
19.06.2022
Require / PHP
>=7.2

What's Changed

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.13...1.0.14

1.0.13

Für REDAXO
^5.2
Veröffentlicht am
14.06.2022
Require / PHP
>=7.2
  • developer-addon module/templates false-positive fixes

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.12...1.0.13

1.0.12

Für REDAXO
^5.2
Veröffentlicht am
14.06.2022
Require / PHP
>=7.2
  • "developer"-addon module/templates sind jetzt analysierbar
  • core/core-addon funktionen werden nicht länger als 'undefined' gemeldet

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.11...1.0.12

1.0.11

Für REDAXO
^5.2
Veröffentlicht am
14.06.2022
Require / PHP
>=7.2

1.0.10

Für REDAXO
^5.2
Veröffentlicht am
14.06.2022
Require / PHP
>=7.2
  • neue Bleeding Edge Extension
  • neue PHPUnit Extension
  • FAQ erweitert

Full Changelog: https://github.com/FriendsOfREDAXO/rexstan/compare/1.0.9...1.0.10

1.0.9

Für REDAXO
^5.2
Veröffentlicht am
14.06.2022
Require / PHP
>=7.2

1.0.8

Für REDAXO
^5.2
Veröffentlicht am
14.06.2022
Require / PHP
>=7.2

1.0.7

Für REDAXO
^5.2
Veröffentlicht am
13.06.2022
Require / PHP
>=7.2

1.0.6

Für REDAXO
^5.2
Veröffentlicht am
13.06.2022
Require / PHP
>=7.2
 

1.0.5

Für REDAXO
^5.2
Veröffentlicht am
12.06.2022
Require / PHP
>=7.2

1.0.4

Für REDAXO
^5.2
Veröffentlicht am
11.06.2022
Require / PHP
>=7.2

1.0.3

Für REDAXO
^5.2
Veröffentlicht am
11.06.2022
Require / PHP
>=7.2

1.0.2

Für REDAXO
^5.2
Veröffentlicht am
11.06.2022
Require / PHP
>=7.2
 

1.0

Für REDAXO
^5.2
Veröffentlicht am
11.06.2022
Require / PHP
>=7.2