Skip to content

Commit

Permalink
CHANGELOG.md, README.md, src/Core/Entities/ClassPropertyEntity.php, s…
Browse files Browse the repository at this point in the history
…rc/helpers.php
  • Loading branch information
Xsaven committed Jul 9, 2021
1 parent 722cade commit 3e80538
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ChangelogAll notable changes to this project will be documented in this file.## [1.2.0] - 2021-07-09### Added## [1.0.0] - 2021-05-22### Added- License mit.- Readme documentation file.- Initial functionality of the package.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# EntityThe essence of the package is to provide a more flexible way to generate the PHP entities such as classes and arrays.Also, the package provides complete freedom of data action in the specified location.
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Entities/ClassPropertyEntity.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function getName()
/**
* Auto doc
*/
private function autoDoc()
public function autoDoc()
{
$this->doc(function (DocumentorEntity $doc) {

Expand Down
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ function var_export_array(array $data = [], bool $compress = false, int $max_cha
* @param bool $locale
* @return mixed|null
*/
function multi_dot_call($obj, string $dot_path, bool $locale = false)
function multi_dot_call($obj, string $dot_path, bool $locale = true)
{
return \Bfg\Entity\Core\Accessor::create($obj)->dotCall($dot_path, $locale);
}
Expand Down

0 comments on commit 3e80538

Please sign in to comment.