Skip to content

Commit

Permalink
php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remdex committed Sep 7, 2023
1 parent 73d7ec5 commit fc9b415
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassExtensionElasticsearch
{
public function __construct()
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodeleschat.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelESChat
{
use erLhcoreClassElasticTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodelesmail.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelESMail
{
use erLhcoreClassElasticTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodelesmsg.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelESMsg
{
use erLhcoreClassElasticTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodelesmsgagg.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelESMsgAgg
{
use erLhcoreClassElasticTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodelesonlineoperator.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelESOnlineOperator
{
use erLhcoreClassElasticTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodelesonlinesession.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelESOnlineSession
{
use erLhcoreClassElasticTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodelesparticipant.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelESParticipant
{
use erLhcoreClassElasticTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/erlhcoreclassmodelespendingchat.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassModelESPendingChat
{
use erLhcoreClassElasticTrait;
Expand Down
2 changes: 1 addition & 1 deletion classes/lhelasticsearchclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use GuzzleHttp\Psr7\Uri;
use Psr\Http\Message\ResponseInterface;
use GuzzleHttp\RequestOptions;

#[\AllowDynamicProperties]
class erLhcoreClassElasticClient
{

Expand Down
2 changes: 1 addition & 1 deletion classes/lhelasticsearchindex.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassElasticSearchIndex
{
public static $ts = null;
Expand Down
2 changes: 1 addition & 1 deletion classes/lhelasticsearchstatistic.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassElasticSearchStatistic
{
public static function uparamsAppend($params) {
Expand Down
2 changes: 1 addition & 1 deletion classes/lhelasticsearchupdate.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassElasticSearchUpdate
{
public static function getElasticStatus($definition, $elasticIndex)
Expand Down
2 changes: 1 addition & 1 deletion classes/lhelasticsearchview.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

#[\AllowDynamicProperties]
class erLhcoreClassElasticSearchView
{
// View edit handler
Expand Down
1 change: 1 addition & 0 deletions classes/lhqueueelasticsearchworker.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Example of worker usage
*
* */
#[\AllowDynamicProperties]
class erLhcoreClassElasticSearchWorker {

public function perform()
Expand Down

0 comments on commit fc9b415

Please sign in to comment.