Skip to content

Commit bb5640e

Browse files
committed
cs fixer
1 parent 421ba9f commit bb5640e

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.php-cs-fixer.php

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'visibility_required' => false,
2626
'phpdoc_to_comment' => false,
2727
'function_typehint_space' => false,
28+
'global_namespace_import' => false,
2829
])
2930
->setFinder($finder)
3031
;

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ This plugin is free but if you install and find it useful then a donation to sup
6767
## Version history ##
6868

6969
version Description
70+
2.14.0+20231018 When viewing message show number of pending subscribers
7071
2.13.2+20230403 Update translations
7172
2.13.1+20230103 Fix problem with an invalid regex causing an exception and a "white page"
7273
2.13.0+20221104 Add IS NOT INCLUDED operator
@@ -124,4 +125,4 @@ This plugin is free but if you install and find it useful then a donation to sup
124125
2014-09-27 Correct error reporting
125126
2014-09-26 Pull Request #1
126127
2014-09-25 Add regexp matching
127-
2014-09-24 Release to GitHub
128+
2014-09-24 Release to GitHub

changelog.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
version 2.14.0+20231018
2+
When viewing message show number of pending subscribers
3+
cs fixer
4+
15
version 2.13.2+20230403
26
Update translations
37
Update CS Fixer

plugins/SegmentPlugin/Segment.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ public function validateSegment()
123123
/**
124124
* Load all the subscribers who are to receive the campaign.
125125
*
126-
* @throws SegmentPlugin_NoConditionsException if there are not any conditions
127-
*
128126
* @return array [int, BitArray]
127+
*
128+
* @throws SegmentPlugin_NoConditionsException if there are not any conditions
129129
*/
130130
public function loadSubscribers()
131131
{

plugins/SegmentPlugin/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.13.2+20230403
1+
2.14.0+20231018

0 commit comments

Comments
 (0)