Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F7781092
D594.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
879 B
Referenced Files
None
Subscribers
None
D594.diff
View Options
diff --git a/app/Actions/AMQPAction.php b/app/Actions/AMQPAction.php
--- a/app/Actions/AMQPAction.php
+++ b/app/Actions/AMQPAction.php
@@ -27,7 +27,7 @@
/**
* Initializes a new instance of a AMQP action to report
*/
- function __construct ($method, $target, $routingKey = '') {
+ public function __construct ($method, $target, $routingKey = '') {
parent::__construct();
$this->method = $method;
diff --git a/app/Actions/NotifyNewCommitsAction.php b/app/Actions/NotifyNewCommitsAction.php
--- a/app/Actions/NotifyNewCommitsAction.php
+++ b/app/Actions/NotifyNewCommitsAction.php
@@ -13,7 +13,7 @@
/**
* Initializes a new instance of a AMQP action to report
*/
- function __construct ($callSign) {
+ public function __construct ($callSign) {
parent::__construct();
$this->callSign = $callSign;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 3, 18:58 (10 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2628297
Default Alt Text
D594.diff (879 B)
Attached To
Mode
D594: Define explicitely constructors visibility
Attached
Detach File
Event Timeline
Log In to Comment