7951 Commits

Author SHA1 Message Date
Jan Mikeš
81812afbe7
Merge pull request #3015 from rectorphp/push-from-fork
Rector CI is now exclusive for non-fork pushes + PRs
2020-03-13 00:06:54 +01:00
rector-bot
de655335d8 [Rector CI] Fixed Rector issues 2020-03-12 23:01:27 +00:00
Jan Mikeš
d395e1c28b
Failing commit, so bot can fix things up!
Rector CI job renamed to Rector and only reports, no fixes

Rector CI in Github Actions

Bot commit

Improved bot message a little

Feeding dog for the last time!

[Rector CI] Fixed Rector issues

Failing commit, so bot can fix things up!
2020-03-12 23:58:32 +01:00
Tomas Votruba
df67615e7a
Merge pull request #3013 from rectorphp/commit-rector-changes-from-github-actions
Commit rector processed changes from CI
2020-03-12 22:22:43 +01:00
rector-bot
d311765984 Bot commit 2020-03-12 21:04:05 +00:00
Jan Mikeš
c1a5271247
Missing echo 2020-03-12 22:01:14 +01:00
Jan Mikeš
ed52e820bc
Feeding dog 2020-03-12 21:43:34 +01:00
Jan Mikeš
b19b634399
Using git diff instead of diff-index 2020-03-12 21:43:22 +01:00
Jan Mikeš
781dd2c3c5
Debugging 2020-03-12 21:26:01 +01:00
Jan Mikeš
6cdb2dfa0d
Update workflow 2020-03-12 21:12:27 +01:00
rectorphp
9b7e7c9911 Rector fixes 2020-03-12 13:01:32 +00:00
Jan Mikeš
126f949f92
Food for the hungry dog 2020-03-12 13:58:18 +01:00
Jan Mikeš
4df820d7ce
Rector CI uses access token to trigger workflows 2020-03-12 13:57:34 +01:00
TomasVotruba
c6fa32590e Trigger notification v0.7.6 2020-03-12 11:43:35 +01:00
TomasVotruba
4bc29f14e5 fix config hash bug 2020-03-12 11:35:32 +01:00
rectorphp
368863bd57 Rector fixes 2020-03-11 21:44:14 +00:00
Jan Mikeš
6c4eea9ba3
Limit pushes from CI to non-forks 2020-03-11 22:41:34 +01:00
Jan Mikeš
366857f4ef
Dogfood 2020-03-11 22:39:16 +01:00
Jan Mikeš
6316e5cac0
Limit pushes from CI to non-forks 2020-03-11 22:38:59 +01:00
Rector
f9924b5c31 Rector fixes 2020-03-11 21:33:36 +00:00
Jan Mikeš
cab18dd345
Checkout branch for PRs 2020-03-11 22:31:16 +01:00
Jan Mikeš
bdf5b23934
Checkout branch 2020-03-11 22:21:57 +01:00
Jan Mikeš
31eca1df2b
Push rector fixes from CI 2020-03-11 21:59:06 +01:00
Jan Mikeš
fb124ce839
CS Fix 2020-03-11 21:50:27 +01:00
Jan Mikeš
5cab1397f5
Dogfood class 2020-03-11 21:43:16 +01:00
TomasVotruba
b5aa3e3b57 remove direct autoload of file args v0.7.5 2020-03-11 17:32:58 +01:00
TomasVotruba
3cc36ef21b add version to CHANGELOG v0.7.4 2020-03-11 17:18:32 +01:00
TomasVotruba
1d0280d2bf update CHANGELOG 2020-03-11 17:17:38 +01:00
Tomas Votruba
fddf7f9b6f
Merge pull request #3012 from rectorphp/fix-unused-param
check for used variable without comments
2020-03-09 23:52:14 +01:00
TomasVotruba
59d30ef584 check for used variable without comments 2020-03-09 23:42:24 +01:00
TomasVotruba
8008ad3806 cover with test 2020-03-09 18:16:21 +01:00
TomasVotruba
2c474ad3fb add underscore to camel case 2020-03-09 18:15:08 +01:00
Tomas Votruba
a16385b99b
Merge pull request #3010 from rectorphp/abstract-files-system
Abstract files system
2020-03-09 18:12:52 +01:00
TomasVotruba
15283616a4 add current file info provide to file system file processor 2020-03-09 17:53:16 +01:00
TomasVotruba
dc09411e62 decopule parameter changer 2020-03-09 17:40:04 +01:00
TomasVotruba
7771620941 improve abstract filesystem test case 2020-03-09 17:31:12 +01:00
Tomas Votruba
59cf0665cb
Merge pull request #3009 from Aerendir/AnnotateThrowables-support-this-same-class
[ReadyToBeMerged][AnnotateThrowables] Support `$this` calling a method of the same class
2020-03-09 16:17:19 +01:00
TomasVotruba
21238589fe Revert "remove unused file"
This reverts commit c50621c4f92e18071e046a8f2137d029563a81f7.
2020-03-09 15:54:35 +01:00
TomasVotruba
c50621c4f9 remove unused file 2020-03-09 15:46:20 +01:00
Aerendir
4bf692e05b Use Rector's API. 2020-03-09 10:18:32 +01:00
Aerendir
f11f92fcd7 Apply fixes. 2020-03-07 13:20:19 +01:00
Aerendir
94416d837b Improve variables namings. 2020-03-07 12:58:31 +01:00
Aerendir
40d39ee4e4 Improve resolving from $this. 2020-03-07 12:58:31 +01:00
Aerendir
8be8bc73ed Add failing test case for use of $this in same class with assignment. 2020-03-07 12:09:35 +01:00
Aerendir
47a18fca6b Fix use of $this in same class. 2020-03-07 12:09:34 +01:00
Aerendir
08b681999e Add failing test case for use of $this in the same class. 2020-03-07 12:08:55 +01:00
Tomas Votruba
31047ba359
Merge pull request #3008 from Aerendir/AnnotateThrowables-fix-mispelling
[ReadyToBeMerged][AnnotateThrowables] Fix a small mispelling.
2020-03-06 21:45:26 +01:00
Aerendir
4b0d8ad213 Fix a small mispelling. 2020-03-06 17:45:27 +01:00
Tomas Votruba
5a5d5dc340
Merge pull request #2998 from Aerendir/support-throwing-functions
AnnotateThrowables: support analysis of called functions and methods
2020-03-06 14:20:21 +01:00
Aerendir
5bfe7a15d8 Very deep refactoring. 2020-03-06 10:48:58 +01:00