-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
687 additions
and
1,074 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
tools: | ||
external_code_coverage: true |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
namespace Ddeboer\DataImport\Exception; | ||
|
||
/** | ||
* Description of MappingException | ||
* | ||
* @author gnat | ||
*/ | ||
class MappingException extends \Exception implements ExceptionInterface | ||
{ | ||
|
||
} |
This file was deleted.
Oops, something went wrong.
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
38 changes: 0 additions & 38 deletions
38
src/Ddeboer/DataImport/ItemConverter/CallbackItemConverter.php
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/Ddeboer/DataImport/ItemConverter/ItemConverterInterface.php
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
9751e1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Damn but where is the documentation Oo. You changed a lot of function. now too upgrade to the last version It is a mess. #needHelp.
CallbackValueConverter <= ?
CallbackFilter < = ?
Thanks
9751e1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @delphimat,
first of all its better to open an issue instead of comment to a 1 year old commit.
To your question:
The
CallbackValueConverter
and theCallbackFilter
isn't needed anymore, because each filter has to becallable
. So you only need to pass aClosure
.9751e1d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Baachi Thanks for you answer and sorry for the issue.
I'm new at all this community things , i was just too lost because i didn't find anything in the doc for the bundle. I will just remove my post.
And take care a little more when i write something.
have a nice day