Skip to content

Commit 971f372

Browse files
committed
fix
1 parent 1ea95aa commit 971f372

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/awssat/array-helper.svg?style=flat-square)](https://packagist.org/packages/awssat/array-helper)
44
[![Build Status](https://img.shields.io/travis/awssat/array-helper/master.svg?style=flat-square)](https://travis-ci.org/awssat/array-helper)
5+
[![StyleCi Status](https://styleci.io/repos/125334496/shield)](https://styleci.io/repos/125334496)
56

67

78
⚡️ A flexible, simple & yet powerful array manipulation helper for PHP. It gives you the magic of method chaining and it's easier and shorter to be included in views. It Supports most of [PHP built-in array functions](http://php.net/manual/en/book.array.php)

src/ArrayHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function __construct()
111111

112112
static public function make()
113113
{
114-
return (new static(func_get_args()));
114+
return (new static(...func_get_args()));
115115
}
116116

117117
/**

0 commit comments

Comments
 (0)