This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Services\Finances; | |
use Common\Exceptions\LogicException; | |
use Common\Exceptions\NotFoundException; | |
use Common\Exceptions\UserException; | |
use Company; | |
use ContactsAgreements; | |
use ContactsFinancesAccounts; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
По сути это результаты выполнения debug_print_backtrace() в capiBasketController.php:80, | |
Бектрейсы с идентичными "путями" сгруппированы и отсортированы по кол-ву . | |
*/ | |
[ | |
"|var|www|api|system|v|controllers|capiBasketController.php:80", | |
{ | |
"[arr:72]": { | |
"71": { | |
"[arr:2]": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |